See: Description
| Class | Description |
|---|---|
| JPAAdapter |
Adapter for the JPA API, to allow the DataNucleus core runtime to expose multiple APIs to clients.
|
| JPACallbackHandler |
CallbackHandler implementation for JPA.
|
| JPAClassTransformer |
ClassTransformer for runtime enhancement of classes to the JPA interface.
|
| JPADataStoreCache |
Implementation of the JPA DataStoreCache.
|
| JPAEntityManager |
EntityManager implementation for JPA.
|
| JPAEntityManagerFactory |
EntityManagerFactory implementation.
|
| JPAEntityTransaction |
EntityTransaction implementation for JPA for ResourceLocal transaction.
|
| JPAFetchPlan |
Implementation of a FetchPlan for JPA.
|
| JPAPersistenceManager |
Dummy PersistenceManager for use with JPA, so that we can use JDO enhancement contract which makes reference
to the PersistenceManager.
|
| JPAPropertyValidator |
Validator for persistence properties used by JPA.
|
| JPAQuery<X> |
Basic implementation of a JPA Query.
|
| JPAQueryCache |
Implementation of the JPA QueryCache.
|
| JPAQueryParameter<T> |
Implementation of a JPA query parameter.
|
| JPAReplicationManager |
Manager to control the replication of objects from one datastore to another.
|
| JPAStoredProcedureQuery |
Implementation of a StoredProcedureQuery.
|
| NucleusJPAHelper |
Helper for persistence operations with JPA.
|
| PersistenceProviderImpl |
PersistenceProvider implementation.
|
| Exception | Description |
|---|---|
| SingletonEMFException |
Exception thrown when trying to create an EMF and using singleton setting yet one with this name
already exists.
|
Copyright © 2012. All Rights Reserved.