org.qi4j.entitystore.jdbm
Interface JdbmEntityStoreService

All Superinterfaces:
BackupRestore, Composite, Configuration<JdbmConfiguration>, EntityStateVersions, EntityStore, Identity, JdbmEntityStoreActivation, JSONMapEntityStoreActivation, LockingAbstractComposite, ServiceComposite, StateStore

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class,ReadLockConcern.class,WriteLockConcern.class})
@Mixins(value={JSONMapEntityStoreMixin.class,JdbmEntityStoreMixin.class})
public interface JdbmEntityStoreService
extends JdbmEntityStoreActivation, JSONMapEntityStoreActivation, EntityStore, EntityStateVersions, StateStore, BackupRestore, ServiceComposite, LockingAbstractComposite, Configuration<JdbmConfiguration>

EntityStore service backed by JDBM store.

Based on @JSONMapEntityStoreMixin.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.entitystore.jdbm.JdbmEntityStoreActivation
JdbmEntityStoreActivation.Activator
 
Nested classes/interfaces inherited from interface org.qi4j.spi.entitystore.helpers.JSONMapEntityStoreActivation
JSONMapEntityStoreActivation.Activator
 
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.entitystore.jdbm.JdbmEntityStoreActivation
setUpJdbm, tearDownJdbm
 
Methods inherited from interface org.qi4j.spi.entitystore.helpers.JSONMapEntityStoreActivation
setUpJSONMapES, tearDownJSONMapES
 
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.helpers.StateStore
jsonStateOf
 
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.configuration.Configuration
get, refresh, save