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(jakarta.persistence.spi.ClassTransformer)method.LoadState Load states returned by theProviderUtilSPI methods.PersistenceProvider Interface implemented by the persistence provider.PersistenceProviderResolver Provides a 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 Deprecated, for removal: This API element is subject to removal in a future version.replaced byPersistenceUnitTransactionTypeProviderUtil Utility interface implemented by the persistence provider.TransformerException Thrown by the persistence provider when a problem during class re-definition occurs.