org.qi4j.library.sql.api
Interface SQLEntityState

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

public interface SQLEntityState
extends EntityState

If entitystore will use this class, the need to create and query the primary keys of entities will be removed from indexing, thus improving performance, possibly a lot.


Nested Class Summary
static class SQLEntityState.DefaultSQLEntityState
           
 
Method Summary
 DefaultEntityState getDefaultEntityState()
           
 Long getEntityOptimisticLock()
           
 Long getEntityPK()
           
 
Methods inherited from interface org.qi4j.spi.entity.EntityState
entityDescriptor, getAssociation, getManyAssociation, getProperty, identity, isOfType, lastModified, remove, setAssociation, setProperty, status, version
 

Method Detail

getEntityPK

Long getEntityPK()

getEntityOptimisticLock

Long getEntityOptimisticLock()

getDefaultEntityState

DefaultEntityState getDefaultEntityState()