| 
Cumulus4j API (1.0.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataEntry | |
|---|---|
| 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 DataEntry in org.cumulus4j.store | 
|---|
| 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. | 
 void | 
EncryptionHandler.encryptDataEntry(CryptoContext cryptoContext,
                                 DataEntry dataEntry,
                                 ObjectContainer objectContainer)
Encrypt the given plain objectContainer and store the cipher-text into the given
 dataEntry. | 
| Uses of DataEntry in org.cumulus4j.store.model | 
|---|
| Methods in org.cumulus4j.store.model that return DataEntry | |
|---|---|
static DataEntry | 
DataEntry.getDataEntry(PersistenceManager pmData,
                         ClassMeta classMeta,
                         String objectID)
Get the DataEntry identified by the given type and JDO/JPA-object-ID. | 
static DataEntry | 
DataEntry.getDataEntry(PersistenceManager pmData,
                         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.0.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||