Package javax.persistence.spi

API used by EJB 3.0 container

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.
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.
ProviderUtil The ProviderUtil interface is invoked by the PersistenceUtil implementation to determine the load status of an entity or entity attribute.
 

Class Summary
PersistenceProviderResolverHolder Holds the global PersistenceProviderResolver instance.
 

Enum Summary
LoadState Load states returned by the SPI methods.
PersistenceUnitTransactionType The enum javax.persistence.spi.PersistenceUnitTransactionType defines whether the entity managers created by the factory will be JTA or resource-local entity managers.
 

Package javax.persistence.spi Description

API used by EJB 3.0 container



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