org.qi4j.entitystore.gae
Interface GaeEntityStoreService

All Superinterfaces:
Activatable, Composite, EntityStateVersions, EntityStore, Identity, LockingAbstractComposite, ServiceComposite

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class})
@Mixins(value=GaeEntityStoreMixin.class)
public interface GaeEntityStoreService
extends EntityStore, EntityStateVersions, ServiceComposite, Activatable, LockingAbstractComposite

EntityStore service backed by Google AppEngine's low-level store.


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.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 
Methods inherited from interface org.qi4j.api.service.Activatable
activate, passivate