Uses of Class
org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.PersistenceContextEntry
Packages that use CacheEntityLoaderHelper.PersistenceContextEntry
-
Uses of CacheEntityLoaderHelper.PersistenceContextEntry in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return CacheEntityLoaderHelper.PersistenceContextEntryModifier and TypeMethodDescriptionCacheEntityLoaderHelper.loadFromSessionCache
(EntityKey keyToLoad, LoadEventListener.LoadType options, LockOptions lockOptions, EventSource session) CacheEntityLoaderHelper.loadFromSessionCache
(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options) Attempts to locate the entity in the session-level cache.CacheEntityLoaderHelper.loadFromSessionCacheStatic
(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options) Attempts to locate the entity in the session-level cache.