org.qi4j.entitystore.sql
Interface SQLEntityStoreService

All Superinterfaces:
Composite, EntityStateVersions, EntityStore, Identity, ServiceActivation, ServiceComposite

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class})
@Mixins(value=SQLEntityStoreMixin.class)
public interface SQLEntityStoreService
extends EntityStore, EntityStateVersions, ServiceComposite, ServiceActivation

SQL EntityStore service.


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
 
Nested classes/interfaces inherited from interface org.qi4j.api.service.ServiceActivation
ServiceActivation.ServiceActivator
 
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.service.ServiceActivation
activateService, passivateService