Uses of Class
org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
-
Packages that use PersistenceUtilHelper.MetadataCache Package Description org.hibernate.jpa.internal.util -
-
Uses of PersistenceUtilHelper.MetadataCache in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util with parameters of type PersistenceUtilHelper.MetadataCache Modifier and Type Method Description static jakarta.persistence.spi.LoadStatePersistenceUtilHelper. isLoadedWithoutReference(Object entity, String attributeName, PersistenceUtilHelper.MetadataCache cache)Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).static jakarta.persistence.spi.LoadStatePersistenceUtilHelper. isLoadedWithReference(Object entity, String attributeName, PersistenceUtilHelper.MetadataCache cache)Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).
-