| 
 | Cumulus4j API (1.1.0) | |||||||||
| 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 EncryptionCoordinateSetidentified by the given properties. | 
| protected  KeyStoreRef | KeyStoreRefManager._createOrGetKeyStoreRef(boolean create,
                                               PersistenceManagerConnection persistenceManagerConnection,
                                               String keyStoreID)Get the KeyStoreRefidentified by the given properties. | 
|  EncryptionCoordinateSet | EncryptionCoordinateSetManager.createEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
                                                           String cipherTransformation,
                                                           String macAlgorithm)Get the EncryptionCoordinateSetidentified by the given properties. | 
|  KeyStoreRef | KeyStoreRefManager.createKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                                   String keyStoreID)Get the KeyStoreRefidentified by the given properties. | 
|  EncryptionCoordinateSet | EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
                                                     int encryptionCoordinateSetID)Get the EncryptionCoordinateSetidentified by the givenencryptionCoordinateSetID. | 
|  EncryptionCoordinateSet | EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
                                                     String cipherTransformation,
                                                     String macAlgorithm)Get the EncryptionCoordinateSetidentified by the given properties. | 
|  KeyStoreRef | KeyStoreRefManager.getKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                             int keyStoreRefID)Get the KeyStoreRefidentified by the givenkeyStoreRefID. | 
|  KeyStoreRef | KeyStoreRefManager.getKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                             String keyStoreID)Get the KeyStoreRefidentified 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 PersistenceManagerConnectionto be used in this context; nevernull. | 
| Constructors in org.cumulus4j.store.crypto with parameters of type PersistenceManagerConnection | |
|---|---|
| CryptoContext(EncryptionCoordinateSetManager encryptionCoordinateSetManager,
                           KeyStoreRefManager keyStoreRefManager,
                           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,
                                   CryptoContext cryptoContext) | |
| JPAQueryEvaluator(Query query,
                                   QueryCompilation compilation,
                                   Map<String,Object> parameterValues,
                                   ClassLoaderResolver clr,
                                   PersistenceManagerConnection pmConn,
                                   CryptoContext cryptoContext) | |
| QueryEvaluator(String language,
                             Query query,
                             QueryCompilation compilation,
                             Map<String,Object> parameterValues,
                             ClassLoaderResolver clr,
                             PersistenceManagerConnection pmConn,
                             CryptoContext cryptoContext) | |
| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||