Uses of Interface
jakarta.persistence.spi.ProviderUtil
Packages that use ProviderUtil
Package
Description
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 ProviderUtil in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return ProviderUtilModifier and TypeMethodDescriptionPersistenceProvider.getProviderUtil()Return the utility interface implemented by the persistence provider. -
Uses of ProviderUtil in org.hibernate.jpa
Methods in org.hibernate.jpa that return ProviderUtil