Package javax.persistence.spi
package javax.persistence.spi
SPI for Java Persistence providers
-
ClassDescriptionA persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer
method.Load states returned by theProviderUtil
SPI methods.Interface implemented by the persistence provider.Determine the list of persistence providers available in the runtime environment.Holds the globalPersistenceProviderResolver
instance.Interface implemented by the container and used by the persistence provider when creating anEntityManagerFactory
.Specifies whether entity managers created by theEntityManagerFactory
will be JTA or resource-local entity managers.Utility interface implemented by the persistence provider.