Uses of Interface
org.qi4j.entitystore.map.StateStore

Packages that use StateStore
org.qi4j.entitystore.map   
org.qi4j.entitystore.memory   
 

Uses of StateStore in org.qi4j.entitystore.map
 

Classes in org.qi4j.entitystore.map that implement StateStore
 class JSONMapEntityStoreMixin
          Implementation of EntityStore that works with an implementation of MapEntityStore.
 class MapEntityStoreMixin
          Implementation of EntityStore that works with an implementation of MapEntityStore.
 

Methods in org.qi4j.entitystore.map with parameters of type StateStore
 boolean Migration.migrate(JSONObject state, java.lang.String toVersion, StateStore stateStore)
           
 

Uses of StateStore in org.qi4j.entitystore.memory
 

Subinterfaces of StateStore in org.qi4j.entitystore.memory
 interface MemoryEntityStoreService
          In-memory EntityStore service.
 



Copyright © 2007-2010. All Rights Reserved.