Uses of Package
jakarta.persistence.spi
Packages that use jakarta.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 jakarta.persistence.spi used by jakarta.persistence
-
Classes in jakarta.persistence.spi used by jakarta.persistence.spiClassDescriptionA persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer(jakarta.persistence.spi.ClassTransformer)
method.Load states returned by theProviderUtil
SPI methods.Interface implemented by the persistence provider.Provides a 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
.Deprecated, for removal: This API element is subject to removal in a future version.Utility interface implemented by the persistence provider.Thrown by the persistence provider when a problem during class re-definition occurs.
PersistenceUnitTransactionType