ClassTransformer | A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method. | code | html |
PersistenceProvider | Interface implemented by the persistence provider. | code | html |
PersistenceUnitInfo | Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory. | code | html |
PersistenceUnitTransactionType | This enum class defines whether the entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers. | code | html |