|
Cumulus4j API (1.0.1) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceManagerConnection | |
|---|---|
| org.cumulus4j.store | Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. |
| org.cumulus4j.store.crypto | Crypto API for Cumulus4j (key management + en-/decryption). |
| org.cumulus4j.store.query | Query implementation for JDO and JPA. |
| Uses of PersistenceManagerConnection in org.cumulus4j.store |
|---|
| Methods in org.cumulus4j.store with parameters of type PersistenceManagerConnection | |
|---|---|
protected EncryptionCoordinateSet |
EncryptionCoordinateSetManager._createOrGetEncryptionCoordinateSet(boolean create,
PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.createEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
int encryptionCoordinateSetID)
Get the EncryptionCoordinateSet identified by the given encryptionCoordinateSetID. |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
| Uses of PersistenceManagerConnection in org.cumulus4j.store.crypto |
|---|
| Methods in org.cumulus4j.store.crypto that return PersistenceManagerConnection | |
|---|---|
PersistenceManagerConnection |
CryptoContext.getPersistenceManagerConnection()
Get the PersistenceManagerConnection to be used in this context; never null. |
| Constructors in org.cumulus4j.store.crypto with parameters of type PersistenceManagerConnection | |
|---|---|
CryptoContext(EncryptionCoordinateSetManager encryptionCoordinateSetManager,
ExecutionContext executionContext,
PersistenceManagerConnection persistenceManagerConnection)
Create a new context. |
|
| Uses of PersistenceManagerConnection in org.cumulus4j.store.query |
|---|
| Methods in org.cumulus4j.store.query that return PersistenceManagerConnection | |
|---|---|
PersistenceManagerConnection |
QueryEvaluator.getPersistenceManagerConnection()
|
| Constructors in org.cumulus4j.store.query with parameters of type PersistenceManagerConnection | |
|---|---|
JDOQueryEvaluator(Query query,
QueryCompilation compilation,
Map<String,Object> parameterValues,
ClassLoaderResolver clr,
PersistenceManagerConnection pmConn)
|
|
QueryEvaluator(String language,
Query query,
QueryCompilation compilation,
Map<String,Object> parameterValues,
ClassLoaderResolver clr,
PersistenceManagerConnection pmConn)
|
|
|
Cumulus4j API (1.0.1) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||