org.qi4j.entitystore.file
Interface FileEntityStoreService

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

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

EntityStore service backed by a source control friendly file system format.


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