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
Package defining bytecode code enhancement (instrumentation) support.
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
-
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.addTransformermethod.Load states returned by theProviderUtilSPI methods.Interface implemented by the persistence provider.Determine the list of persistence providers available in the runtime environment.Interface implemented by the container and used by the persistence provider when creating anEntityManagerFactory.Specifies whether entity managers created by theEntityManagerFactorywill be JTA or resource-local entity managers.Utility interface implemented by the persistence provider.Thrown by the persistence provider when a problem during class re-definition occurs. -
Classes in jakarta.persistence.spi used by org.hibernate.bytecode.spiClassDescriptionA persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformermethod.Thrown by the persistence provider when a problem during class re-definition occurs. -
Classes in jakarta.persistence.spi used by org.hibernate.jpaClassDescriptionInterface implemented by the persistence provider.Interface implemented by the container and used by the persistence provider when creating an
EntityManagerFactory.Utility interface implemented by the persistence provider. -
Classes in jakarta.persistence.spi used by org.hibernate.jpa.boot.internalClassDescriptionInterface implemented by the container and used by the persistence provider when creating an
EntityManagerFactory.Specifies whether entity managers created by theEntityManagerFactorywill be JTA or resource-local entity managers. -
Classes in jakarta.persistence.spi used by org.hibernate.jpa.boot.spiClassDescriptionInterface implemented by the container and used by the persistence provider when creating an
EntityManagerFactory.Specifies whether entity managers created by theEntityManagerFactorywill be JTA or resource-local entity managers. -
Classes in jakarta.persistence.spi used by org.hibernate.jpa.internal.enhanceClassDescriptionA persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformermethod.Thrown by the persistence provider when a problem during class re-definition occurs. -
Classes in jakarta.persistence.spi used by org.hibernate.jpa.internal.utilClassDescriptionLoad states returned by the
ProviderUtilSPI methods.Specifies whether entity managers created by theEntityManagerFactorywill be JTA or resource-local entity managers.