| Interface | Description |
|---|---|
| JavaPersistenceContext.EntityManagerProvider | |
| PersistenceTask |
PersistenceTask performs Java PersistenceUnitAdmin operations in a container
|
| PersistenceWork |
PersistenceWork
Interface for execution of work in a PersistenceUnitAdmin context.
|
| Class | Description |
|---|---|
| EntityKey |
EntityKey
Used by Entity Manager to identify entity objects
|
| EntityManagerDelegate |
EntityManagerDelegate
Object returned by ClassyFyEntityManager getDelegate() method to give caller access to OrmLite DAOs
|
| EntityManagerImpl |
EntityManagerImpl
Implementation of EntityManager interface
Transaction scoped.
|
| JavaPersistenceContext |
JavaPersistenceContext
Creates a persistence context and executes a task in that context.
|
| ObjectMonitor |
ObjectMonitor
Delegated by ClassyEntityManager to manage entity objects.
|
| OrmDaoHelper<T,ID> |
OrmDaoHelper
JPA adapter for OrmLite
|
| OrmDaoHelperFactory<T,ID> |
OrmDaoHelperFactory
|
| PersistenceContainer |
PersistenceContainer
Provides task-scoped persistence context with automatic rollback if a fatal exception occurs.
|
| PersistenceDao<T,ID> |
Adapted com.j256.ormlite.dao.RuntimeExceptionDao to throw javax.persistence.PersistenceException instead.
|
| PersistenceLoader |
LoaderTaskImpl
AsyncTaskLoader implementation which executes persistence work
|
| PersistenceWorkModule |
PersistenceWorkModule
|
| TaskBase |
TaskBase
Implements most of the details to execute a peristence WorkerTask.
|
| Enum | Description |
|---|---|
| PersistOp |
PersistOp
Enumerates operations performed on managed objects excluding remove
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.