Uses of Interface
jakarta.persistence.PersistenceUtil
Packages that use PersistenceUtil
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
Defines Hibernate implementation of Java Persistence specification.
-
Uses of PersistenceUtil in jakarta.persistence
Subinterfaces of PersistenceUtil in jakarta.persistenceModifier and TypeInterfaceDescriptioninterfaceUtility interface between the application and the persistence provider managing the persistence unit.Methods in jakarta.persistence that return PersistenceUtilModifier and TypeMethodDescriptionstatic PersistenceUtilPersistence.getPersistenceUtil()Return the PersistenceUtil instance -
Uses of PersistenceUtil in org.hibernate.jpa.internal
Classes in org.hibernate.jpa.internal that implement PersistenceUtil