| Interface | Description |
|---|---|
| ConnectionSourceFactory |
ConnectionSourceFactory
|
| PersistenceAdmin |
PersistenceAdmin
Interface for JPA Support
|
| PersistenceUnitAdmin |
PersistenceUnitAdmin
PersistenceUnitAdmin Unit implementation
|
| Class | Description |
|---|---|
| ClassAnalyser |
ClassAnalyser
Adds to com.j256.ormlite.misc.JavaxPersistence to support OneToMany and ManyToOne annotations.
|
| ClassAnalyser.ForeignFieldData |
ForeignFieldData
Contains foreignFieldMap and foreignCollectionMap used to map foreign field column name to field name and
assign foreignTableConfig to foreignCollection fields
|
| EntityManagerFactoryImpl |
EntityManagerFactoryImpl
Implementation of EntityManagerFactory interface
|
| FieldKey |
FieldKey
Used by ClassAnalyser to configure foreign collections and foreign fields
|
| PersistenceAdminImpl |
PersistenceAdminImpl
JPA Support implementation
|
| PersistenceConfig |
PersistenceConfig
Configuration information for one PersistenceUnitAdmin Unit
|
| PersistenceContext |
PersistenceContext
Application persistence interface
|
| PersistenceFactory |
PersistenceFactory
Creates PersistenceUnitAdmin Unit implementations based on persistence.xml configuration
|
| PersistenceProviderImpl |
PersistenceProviderImpl
Implementation of PersistenceProvider interface
|
| PersistenceService<E> |
PersistenceService
|
| PersistenceUnitInfoImpl |
PersistenceUnitInfoImpl
|
| PersistenceWorker | |
| PersistenceXmlParser |
PersistenceXmlParser
Parses persistence.xml to create object which maps each peristence unit data to it's name.
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.