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