Cumulus4j API
(1.0.1)

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.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
 

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.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.0.1)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.