Uses of Package
javax.persistence.spi

Packages that use javax.persistence.spi
javax.persistence   
javax.persistence.spi   
 

Classes in javax.persistence.spi used by javax.persistence
PersistenceProvider
          Interface implemented by the persistence provider.
 

Classes in javax.persistence.spi used by javax.persistence.spi
ClassTransformer
          A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
PersistenceUnitInfo
          Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnitTransactionType
          Defines whether a persistence unit will be JTA managed or manged locally with EntityTransactions