org.qi4j.entitystore.memory
Interface MemoryEntityStoreService

All Superinterfaces:
BackupRestore, Composite, EntityStateVersions, EntityStore, Identity, ServiceComposite, StateStore

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class})
@Mixins(value={JSONMapEntityStoreMixin.class,MemoryMapEntityStoreMixin.class})
public interface MemoryEntityStoreService
extends EntityStore, EntityStateVersions, BackupRestore, StateStore, ServiceComposite

In-memory EntityStore service. Useful for testing and non-persistent entities.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.spi.entitystore.EntityStateVersions
EntityStateVersions.EntityStateVersionsMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 
Methods inherited from interface org.qi4j.spi.entitystore.EntityStore
entityStates, newUnitOfWork
 
Methods inherited from interface org.qi4j.spi.entitystore.EntityStateVersions
checkForConcurrentModification, forgetVersions, rememberVersion
 
Methods inherited from interface org.qi4j.spi.entitystore.BackupRestore
backup, restore
 
Methods inherited from interface org.qi4j.entitystore.map.StateStore
getState
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type