Uses of Interface
jakarta.persistence.PersistenceUtil
-
Packages that use PersistenceUtil Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of PersistenceUtil in jakarta.persistence
Subinterfaces of PersistenceUtil in jakarta.persistence Modifier and Type Interface Description interfacePersistenceUnitUtilUtility interface between the application and the persistence provider managing the persistence unit.Classes in jakarta.persistence that implement PersistenceUtil Modifier and Type Class Description private static classPersistence.PersistenceUtilImplImplementation of thePersistenceUtilinterfaceMethods in jakarta.persistence that return PersistenceUtil Modifier and Type Method Description static PersistenceUtilPersistence. getPersistenceUtil()Return thePersistenceUtilinstance
-