Package org.qi4j.spi.entitystore

Interface Summary
BackupRestore Allow backups and restores of data in an EntityStore to be made
EntityStateVersions JAVADOC
EntityStore Interface that must be implemented by store for persistent state of EntityComposites.
EntityStoreSPI JAVADOC
EntityStoreUnitOfWork JAVADOC
StateChangeListener Implement this interface in a Service if you want it to listen to changes from EntityStores.
StateCommitter After all EntityStore's have been prepared by UnitOfWork.complete()
 

Class Summary
ConcurrentModificationCheckConcern Concern that helps EntityStores do concurrent modification checks.
DefaultEntityStoreUnitOfWork JAVADOC
EntityStateVersions.EntityStateVersionsMixin  
StateChangeNotificationConcern JAVADOC
 

Exception Summary
ConcurrentEntityStateModificationException This exception should be thrown if the EntityStore detects that the entities being saved have been changed since they were created.
EntityAlreadyExistsException  
EntityNotFoundException  
EntityStoreException  
ReadOnlyEntityStoreException This exception is thrown for methods that creates or updates entities in read-only EntityStores.