Uses of Package
jakarta.persistence.spi
-
Packages that use jakarta.persistence.spi Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.jakarta.persistence.spi SPI for Jakarta Persistence providers -
Classes in jakarta.persistence.spi used by jakarta.persistence Class Description PersistenceProvider Interface implemented by the persistence provider. -
Classes in jakarta.persistence.spi used by jakarta.persistence.spi Class Description ClassTransformer A persistence provider supplies an instance of this interface to thePersistenceUnitInfo.addTransformer
method.LoadState Load states returned by theProviderUtil
SPI methods.PersistenceProvider Interface implemented by the persistence provider.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 anEntityManagerFactory
.PersistenceUnitTransactionType Specifies whether entity managers created by theEntityManagerFactory
will be JTA or resource-local entity managers.ProviderUtil Utility interface implemented by the persistence provider.TransformerException Thrown by the persistence provider when a problem during class re-definition occurs.