Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.Cumulus4jStoreManager

Packages that use Cumulus4jStoreManager
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
org.cumulus4j.store.datastoreversion   
org.cumulus4j.store.model Data model classes used to store data and meta-data in the backend. 
org.cumulus4j.store.query Query implementation for JDO and JPA. 
 

Uses of Cumulus4jStoreManager in org.cumulus4j.store
 

Fields in org.cumulus4j.store declared as Cumulus4jStoreManager
protected  Cumulus4jStoreManager IndexEntryAction.storeManager
           
 

Methods in org.cumulus4j.store that return Cumulus4jStoreManager
 Cumulus4jStoreManager Cumulus4jPersistenceHandler.getStoreManager()
           
 

Constructors in org.cumulus4j.store with parameters of type Cumulus4jStoreManager
Cumulus4jPersistenceHandler(Cumulus4jStoreManager storeManager)
           
 

Uses of Cumulus4jStoreManager in org.cumulus4j.store.datastoreversion
 

Methods in org.cumulus4j.store.datastoreversion that return Cumulus4jStoreManager
 Cumulus4jStoreManager CommandApplyParam.getStoreManager()
           
 

Constructors in org.cumulus4j.store.datastoreversion with parameters of type Cumulus4jStoreManager
CommandApplyParam(Cumulus4jStoreManager storeManager, CryptoContext cryptoContext, PersistenceManager persistenceManager, DatastoreVersion datastoreVersion, Properties workInProgressStateProperties)
           
DatastoreVersionManager(Cumulus4jStoreManager storeManager)
           
 

Uses of Cumulus4jStoreManager in org.cumulus4j.store.model
 

Constructors in org.cumulus4j.store.model with parameters of type Cumulus4jStoreManager
IndexEntryFactoryRegistry(Cumulus4jStoreManager storeMgr)
          Create a new registry instance.
 

Uses of Cumulus4jStoreManager in org.cumulus4j.store.query
 

Methods in org.cumulus4j.store.query that return Cumulus4jStoreManager
 Cumulus4jStoreManager QueryEvaluator.getStoreManager()
           
 

Methods in org.cumulus4j.store.query with parameters of type Cumulus4jStoreManager
static Set<ClassMeta> QueryHelper.getCandidateClassMetas(Cumulus4jStoreManager storeMgr, ExecutionContext ec, Class<?> candidateClass, boolean withSubclasses)
          Convenience method to return the ClassMeta objects for the specified class (and subclasses if required).
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.