Uses of Package
javax.persistence.spi

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 
org.ow2.spec.ee.jpa   
 

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.
LoadState
          Load states returned by the SPI methods.
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.
PersistenceProviderResolver
          Determine the list of persistence providers available in the runtime environment.
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.
ProviderUtil
          The ProviderUtil interface is invoked by the PersistenceUtil implementation to determine the load status of an entity or entity attribute.
 

Classes in javax.persistence.spi used by org.ow2.spec.ee.jpa
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.
PersistenceProviderResolver
          Determine the list of persistence providers available in the runtime environment.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.