org.qi4j.entitystore.sql.internal
Interface SQLEntityState

All Superinterfaces:
EntityState
All Known Implementing Classes:
SQLEntityState.DefaultSQLEntityState

public interface SQLEntityState
extends EntityState


Nested Class Summary
static class SQLEntityState.DefaultSQLEntityState
           
 
Method Summary
 DefaultEntityState getDefaultEntityState()
           
 java.lang.Long getEntityOptimisticLock()
           
 java.lang.Long getEntityPK()
           
 
Methods inherited from interface org.qi4j.spi.entity.EntityState
associationValueOf, entityDescriptor, identity, isAssignableTo, lastModified, manyAssociationValueOf, propertyValueOf, remove, setAssociationValue, setPropertyValue, status, version
 

Method Detail

getEntityPK

java.lang.Long getEntityPK()

getEntityOptimisticLock

java.lang.Long getEntityOptimisticLock()

getDefaultEntityState

DefaultEntityState getDefaultEntityState()