org.qi4j.entitystore.jdbm
Interface JdbmEntityStoreService

All Superinterfaces:
Activatable, BackupRestore, Composite, Configuration, EntityStateVersions, EntityStore, Identity, LockingAbstractComposite, ServiceComposite, StateStore

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class,ReadLockConcern.class,WriteLockConcern.class})
@Mixins(value={MapEntityStoreMixin.class,JdbmEntityStoreMixin.class})
public interface JdbmEntityStoreService
extends EntityStore, EntityStateVersions, StateStore, BackupRestore, ServiceComposite, Activatable, LockingAbstractComposite, Configuration

EntityStore service backed by JDBM 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
 
Nested classes/interfaces inherited from interface org.qi4j.api.configuration.Configuration
Configuration.ConfigurationMixin<T>
 
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.entitystore.map.StateStore
getState
 
Methods inherited from interface org.qi4j.spi.entitystore.BackupRestore
backup, restore
 
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
 
Methods inherited from interface org.qi4j.api.configuration.Configuration
configuration, refresh, save