|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use javax.persistence.spi | |
|---|---|
| javax.persistence | API used by EJB 3.0 container |
| javax.persistence.spi | API used by EJB 3.0 container |
| Classes in javax.persistence.spi used by javax.persistence | |
|---|---|
| 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. |
|
| Classes in javax.persistence.spi used by javax.persistence.spi | |
|---|---|
| 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. |
|
| PersistenceUnitInfo
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory. |
|
| PersistenceUnitTransactionType
The enum javax.persistence.spi.PersistenceUnitTransactionType defines whether the entity managers created by the factory will be JTA or resource-local entity managers. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||