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 supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
LoadState
           
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.
PersistenceUnitTransactionType
          This enum class defines whether the entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.