Cumulus4j API
(1.0.1)

Uses of Package
org.cumulus4j.store.model

Packages that use org.cumulus4j.store.model
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
org.cumulus4j.store.fieldmanager Package providing field managers for extracting information from the objects to be persisted so we can pass them on to the backend StoreManager(s), and for taking information from the backend and handing it back to the user by way of their own objects. 
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. 
org.cumulus4j.store.query.eval Evaluators actually doing the query work. 
 

Classes in org.cumulus4j.store.model used by org.cumulus4j.store
ClassMeta
          Persistent meta-data for a persistence-capable Class.
DataEntry
          Persistent container holding an entity's data in encrypted form.
EncryptionCoordinateSet
           Encryption coordinates used to encrypt a persistent record.
IndexEntry
           Persistent index information with encrypted pointers to DataEntrys.
IndexEntryFactoryRegistry
           Registry responsible for the extension-point org.cumulus4j.store.index_mapping.
IndexValue
          Helper for en- & decoding the decrypted (plain) contents of IndexEntry.indexValue.
ObjectContainer
           Container holding the values of a persistent object.
 

Classes in org.cumulus4j.store.model used by org.cumulus4j.store.fieldmanager
ClassMeta
          Persistent meta-data for a persistence-capable Class.
ObjectContainer
           Container holding the values of a persistent object.
 

Classes in org.cumulus4j.store.model used by org.cumulus4j.store.model
ClassMeta
          Persistent meta-data for a persistence-capable Class.
DataEntry
          Persistent container holding an entity's data in encrypted form.
EncryptionCoordinateSet
           Encryption coordinates used to encrypt a persistent record.
FieldMeta
          Persistent meta-data for a field of a persistence-capable class.
FieldMetaRole
          Enum for the role of a FieldMeta.
IndexEntry
           Persistent index information with encrypted pointers to DataEntrys.
IndexEntryFactory
           Factory for creating (or looking up) specific IndexEntry implementations.
ObjectContainer
           Container holding the values of a persistent object.
Sequence
          Persistent sequence entity used by Cumulus4jIncrementGenerator.
 

Classes in org.cumulus4j.store.model used by org.cumulus4j.store.query
ClassMeta
          Persistent meta-data for a persistence-capable Class.
DataEntry
          Persistent container holding an entity's data in encrypted form.
 

Classes in org.cumulus4j.store.model used by org.cumulus4j.store.query.eval
ClassMeta
          Persistent meta-data for a persistence-capable Class.
FieldMeta
          Persistent meta-data for a field of a persistence-capable class.
FieldMetaRole
          Enum for the role of a FieldMeta.
 


Cumulus4j API
(1.0.1)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.