All Classes
| Class | Description |
|---|---|
| AbstractPersistenceProcessor |
The Abstract Persistence Processor.
|
| Identity |
The Identity transport object.
|
| IEntityManagerInterceptor |
The Entity Manager Interceptor interface.
|
| IPersistenceProcessor |
The Persistence Processor interface.
|
| PersistenceAnnotationsParser |
The Persistence Annotations Parser.
|
| PersistenceCreateIdentityProcessor |
The Persistence Create Identity Processor.
|
| PersistenceCreateSequenceProcessor |
The Persistence Create Sequence Processor.
|
| PersistenceCreateTableProcessor |
The Persistence Create Table Processor.
|
| PersistenceDeleteProcessor<T> |
The Persistence Delete Processor.
|
| PersistenceDropSequenceProcessor |
The Persistence Drop Sequence Processor.
|
| PersistenceDropTableProcessor |
The Persistence Drop Table Processor.
|
| PersistenceException |
The Persistence Exception.
|
| PersistenceExecuteProcessor<T> |
The Persistence Execute Processor.
|
| PersistenceFactory |
A factory for creating Persistence objects.
|
| PersistenceInsertProcessor<T> |
The Persistence Insert Processor.
|
| PersistenceJsonParser<T> |
The Persistence Json Parser.
|
| PersistenceManager<T> |
PersistenceManager is a simple transport mechanism to store and retrieve
POJO object to/from underlying JDBC compliant database.
|
| PersistenceNextValueIdentityProcessor |
The Persistence Next Value Identity Processor.
|
| PersistenceNextValueSequenceProcessor |
The Persistence Next Value Sequence Processor.
|
| PersistenceQueryProcessor<T> |
The Persistence Query Processor.
|
| PersistenceTableColumnModel |
The column element of the persistence model transport object.
|
| PersistenceTableModel |
The Persistence Table Model transport object.
|
| PersistenceTableRelationModel |
The relation element of the persistence model transport object.
|
| PersistenceUpdateProcessor<T> |
The Persistence Update Processor.
|
| Serializer |
Serialization Utility
|