Uses of Class
org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
Packages that use PersistenceUtilHelper.MetadataCache
-
Uses of PersistenceUtilHelper.MetadataCache in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util with parameters of type PersistenceUtilHelper.MetadataCacheModifier and TypeMethodDescriptionstatic LoadState
PersistenceUtilHelper.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 LoadState
PersistenceUtilHelper.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).