Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.model.IndexEntryFactory

Packages that use IndexEntryFactory
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. 
 

Uses of IndexEntryFactory in org.cumulus4j.store
 

Methods in org.cumulus4j.store with parameters of type IndexEntryFactory
protected abstract  IndexEntry IndexEntryAction.getIndexEntry(IndexEntryFactory indexEntryFactory, CryptoContext cryptoContext, PersistenceManager pmIndex, FieldMeta fieldMeta, ClassMeta classMeta, Object fieldValue)
           
 

Uses of IndexEntryFactory in org.cumulus4j.store.model
 

Subclasses of IndexEntryFactory in org.cumulus4j.store.model
 class DefaultIndexEntryFactory
          Default index entry factory, using the passed in index class for what it generates.
 

Methods in org.cumulus4j.store.model that return IndexEntryFactory
static IndexEntryFactory IndexEntryObjectRelationHelper.getIndexEntryFactory()
           
 IndexEntryFactory IndexEntryFactoryRegistry.getIndexEntryFactory(ExecutionContext executionContext, FieldMeta fieldMeta, boolean throwExceptionIfNotFound)
          Get the appropriate IndexEntryFactory subclass instance for the given FieldMeta.
 IndexEntryFactory IndexEntryFactoryRegistry.getIndexEntryFactoryForContainerSize()
          Get the special IndexEntryFactory used for container-sizes.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.