org.qi4j.entitystore.sql.internal
Class DatabaseSQLService.EntityValueResult

java.lang.Object
  extended by org.qi4j.entitystore.sql.internal.DatabaseSQLService.EntityValueResult
Enclosing interface:
DatabaseSQLService

public static final class DatabaseSQLService.EntityValueResult
extends java.lang.Object


Constructor Summary
DatabaseSQLService.EntityValueResult(java.lang.Long entityPK, java.lang.Long entityOptimisticLock, java.io.Reader reader)
           
 
Method Summary
 java.lang.Long getEntityOptimisticLock()
           
 java.lang.Long getEntityPK()
           
 java.io.Reader getReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseSQLService.EntityValueResult

public DatabaseSQLService.EntityValueResult(java.lang.Long entityPK,
                                            java.lang.Long entityOptimisticLock,
                                            java.io.Reader reader)
Method Detail

getEntityPK

public java.lang.Long getEntityPK()
Returns:
the entityPK

getEntityOptimisticLock

public java.lang.Long getEntityOptimisticLock()
Returns:
the entityOptimisticLock

getReader

public java.io.Reader getReader()
Returns:
the reader