Cumulus4j API
(1.2.0)

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

Packages that use DataEntry
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
org.cumulus4j.store.datastoreversion.command Package providing implementations of DatastoreVersionCommand
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 DataEntry in org.cumulus4j.store
 

Methods in org.cumulus4j.store that return DataEntry
static DataEntry ObjectContainerHelper.getTemporaryReferenceDataEntry(CryptoContext cryptoContext, PersistenceManager pmData, String objectIDString)
           
 

Methods in org.cumulus4j.store with parameters of type DataEntry
 ObjectContainer EncryptionHandler.decryptDataEntry(CryptoContext cryptoContext, DataEntry dataEntry)
          Get a plain (unencrypted) ObjectContainer from the encrypted byte-array in the DataEntry.value property.
protected  void Cumulus4jPersistenceHandler.deleteObjectIndex(CryptoContext cryptoContext, ClassMeta classMeta, DataEntry dataEntry, FieldMeta fieldMeta, EmbeddedObjectContainer embeddedObjectContainer)
           
protected  void Cumulus4jPersistenceHandler.deleteObjectIndex(CryptoContext cryptoContext, ClassMeta classMeta, DataEntry dataEntry, FieldMeta fieldMeta, Object fieldValue)
           
protected  void Cumulus4jPersistenceHandler.deleteObjectIndex(CryptoContext cryptoContext, ClassMeta classMeta, DataEntry dataEntry, ObjectContainer objectContainer, AbstractClassMetaData dnClassMetaData)
           
 void EncryptionHandler.encryptDataEntry(CryptoContext cryptoContext, DataEntry dataEntry, ObjectContainer objectContainer)
          Encrypt the given plain objectContainer and store the cipher-text into the given dataEntry.
protected  void Cumulus4jPersistenceHandler.insertObjectIndex(CryptoContext cryptoContext, ClassMeta classMeta, DataEntry dataEntry, FieldMeta fieldMeta, EmbeddedObjectContainer embeddedObjectContainer)
           
protected  void Cumulus4jPersistenceHandler.insertObjectIndex(CryptoContext cryptoContext, ClassMeta classMeta, DataEntry dataEntry, FieldMeta fieldMeta, Object fieldValue)
           
protected  void Cumulus4jPersistenceHandler.insertObjectIndex(ObjectProvider op, CryptoContext cryptoContext, ClassMeta classMeta, AbstractClassMetaData dnClassMetaData, ObjectContainer objectContainer, DataEntry dataEntry)
           
 

Uses of DataEntry in org.cumulus4j.store.datastoreversion.command
 

Methods in org.cumulus4j.store.datastoreversion.command that return DataEntry
 DataEntry RecreateIndex.DataEntryWithClassName.getDataEntry()
          Get the DataEntry.
 

Constructors in org.cumulus4j.store.datastoreversion.command with parameters of type DataEntry
RecreateIndex.DataEntryWithClassName(DataEntry dataEntry, String className)
           
 

Uses of DataEntry in org.cumulus4j.store.model
 

Methods in org.cumulus4j.store.model that return DataEntry
 DataEntry DataEntryDAO.getDataEntry(ClassMeta classMeta, String objectID)
          Get the DataEntry identified by the given type and JDO/JPA-object-ID.
 DataEntry DataEntryDAO.getDataEntry(long dataEntryID)
          Get the DataEntry identified by the specified dataEntryID or null if no such instance exists.
 

Uses of DataEntry in org.cumulus4j.store.query
 

Methods in org.cumulus4j.store.query with parameters of type DataEntry
 Object QueryEvaluator.getObjectForDataEntry(DataEntry dataEntry)
           
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.