Uses of Package
javax.persistence.spi
Packages that use javax.persistence.spi
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
-
Classes in javax.persistence.spi used by javax.persistence
-
Classes in javax.persistence.spi used by javax.persistence.spiClassDescriptionA 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.Key used for cached persistence providers.The common interface to get a CacheKey implemented by LoaderReference and PersistenceProviderReference.References to class loaders are weak references, so that they can be garbage collected when nobody else is using them.References to persistence provider are soft references so that they can be garbage collected when they have no hard references.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.