|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ClassTransformer | A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer method. The supplied transformer instance will get called to transform entity class files when they are loaded or redefined. |
PersistenceProvider | Interface implemented by the persistence provider. This interface is used to create an EntityManagerFactory. It is invoked by the container in Java EE environments and by the Persistence class in Java SE environments. |
PersistenceUnitInfo | Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory. |
Enum Summary | |
---|---|
PersistenceUnitTransactionType | The enum javax.persistence.spi.PersistenceUnitTransactionType defines whether the entity managers created by the factory will be JTA or resource-local entity managers. |
API used by EJB 3.0 container
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |