Uses of Interface
jakarta.persistence.spi.PersistenceProvider
Packages that use PersistenceProvider
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
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.
-
Uses of PersistenceProvider in jakarta.persistence
Fields in jakarta.persistence with type parameters of type PersistenceProviderModifier and TypeFieldDescriptionprotected static final Set<PersistenceProvider>Persistence.providersDeprecated. -
Uses of PersistenceProvider in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return types with arguments of type PersistenceProviderModifier and TypeMethodDescriptionPersistenceProviderResolver.getPersistenceProviders()Returns a list of thePersistenceProviderimplementations available in the runtime environment. -
Uses of PersistenceProvider in org.hibernate.jpa
Classes in org.hibernate.jpa that implement PersistenceProviderModifier and TypeClassDescriptionclassThe best-ever implementation of a JPAPersistenceProvider.