Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
-
Packages that use LoadEventListener.LoadType Package Description org.hibernate.event.internal org.hibernate.event.spi org.hibernate.internal org.hibernate.loader.access org.hibernate.loader.entity -
-
Uses of LoadEventListener.LoadType in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description void
DefaultLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event. -
Uses of LoadEventListener.LoadType in org.hibernate.event.spi
Fields in org.hibernate.event.spi declared as LoadEventListener.LoadType Modifier and Type Field Description static LoadEventListener.LoadType
LoadEventListener. GET
static LoadEventListener.LoadType
LoadEventListener. IMMEDIATE_LOAD
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_EAGER
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_LAZY
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_NULLABLE
static LoadEventListener.LoadType
LoadEventListener. LOAD
static LoadEventListener.LoadType
LoadEventListener. RELOAD
Methods in org.hibernate.event.spi with parameters of type LoadEventListener.LoadType Modifier and Type Method Description void
LoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event. -
Uses of LoadEventListener.LoadType in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description void
SessionImpl. fireLoad(LoadEvent event, LoadEventListener.LoadType loadType)
-
Uses of LoadEventListener.LoadType in org.hibernate.loader.access
Methods in org.hibernate.loader.access with parameters of type LoadEventListener.LoadType Modifier and Type Method Description void
LoadAccessContext. fireLoad(LoadEvent event, LoadEventListener.LoadType load)
-
Uses of LoadEventListener.LoadType in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type LoadEventListener.LoadType Modifier and Type Method Description CacheEntityLoaderHelper.PersistenceContextEntry
CacheEntityLoaderHelper. loadFromSessionCache(EntityKey keyToLoad, LoadEventListener.LoadType options, LockOptions lockOptions, SharedSessionContractImplementor session)
CacheEntityLoaderHelper.PersistenceContextEntry
CacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)
Attempts to locate the entity in the session-level cache.
-