Uses of Package
jakarta.persistence.spi
Packages that use jakarta.persistence.spi
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
Defines an SPI for integrating with the persistence provider
and with the Jakarta EE platform.
-
Classes in jakarta.persistence.spi used by jakarta.persistenceClassDescriptionSpecifies that the meta-annotated annotation type identifies classes which are automatically discovered by the Jakarta EE container and passed on to the persistence provider via
PersistenceUnitInfo.getAllClassNames(). -
Classes in jakarta.persistence.spi used by jakarta.persistence.spiClassDescriptionA persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer(ClassTransformer)method.Load states returned by theProviderUtilSPI methods.Interface implemented by the persistence provider.Provides a list of persistence providers available in the runtime environment.Interface implemented by the container and used by the persistence provider when creating anEntityManagerFactory.Utility interface implemented by the persistence provider.Thrown by the persistence provider when a problem during class re-definition occurs.