Uses of Class
org.hibernate.event.spi.LoadEvent
-
Packages that use LoadEvent Package Description org.hibernate.event.internal org.hibernate.event.spi org.hibernate.internal org.hibernate.loader.access org.hibernate.loader.entity -
-
Uses of LoadEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type LoadEvent Modifier and Type Method Description protected EntityPersister
DefaultLoadEventListener. getPersister(LoadEvent event)
protected Object
DefaultLoadEventListener. loadFromDatasource(LoadEvent event, EntityPersister persister)
Performs the process of loading an entity from the configured underlying datasource.void
DefaultLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event. -
Uses of LoadEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type LoadEvent Modifier and Type Method Description void
LoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event. -
Uses of LoadEvent in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type LoadEvent Modifier and Type Method Description void
SessionImpl. fireLoad(LoadEvent event, LoadEventListener.LoadType loadType)
-
Uses of LoadEvent in org.hibernate.loader.access
Methods in org.hibernate.loader.access with parameters of type LoadEvent Modifier and Type Method Description void
LoadAccessContext. fireLoad(LoadEvent event, LoadEventListener.LoadType load)
-
Uses of LoadEvent in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type LoadEvent Modifier and Type Method Description Object
CacheEntityLoaderHelper. loadFromSecondLevelCache(LoadEvent event, EntityPersister persister, EntityKey entityKey)
Attempts to load the entity from the second-level cache.CacheEntityLoaderHelper.PersistenceContextEntry
CacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)
Attempts to locate the entity in the session-level cache.
-