|
Interface Summary |
| ClassTransformer |
A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer method. |
| PersistenceProvider |
Interface implemented by the persistence provider. |
| PersistenceProviderResolver |
Determine the list of persistence providers available in the runtime
environment
Persistence providers are identified by the presence of
META-INF/services/javax.persistence.spi.PersistenceProvider files following
the Service Provider pattern. |
| PersistenceUnitInfo |
Interface implemented by the container and used by the persistence provider
when creating an EntityManagerFactory. |
| PersistenceUtil |
Utility interface between the application and the persistence provider(s). |