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.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(EntityKey keyToLoad, LoadEventListener.LoadType options, LockOptions lockOptions, EventSource session)CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache.static CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCacheStatic(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache.
-