Uses of Class
org.hibernate.event.spi.LoadEvent
Packages that use LoadEvent
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of LoadEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type LoadEventModifier and TypeMethodDescriptionprotected EntityPersisterDefaultLoadEventListener.getPersister(LoadEvent event) protected ObjectDefaultLoadEventListener.loadFromDatasource(LoadEvent event, EntityPersister persister) Performs the process of loading an entity from the configured underlying datasource.voidDefaultLoadEventListener.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 LoadEventModifier and TypeMethodDescriptionvoidLoadEventListener.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 LoadEventModifier and TypeMethodDescriptionvoidSessionImpl.fireLoad(LoadEvent event, LoadEventListener.LoadType loadType) -
Uses of LoadEvent in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type LoadEventModifier and TypeMethodDescriptionCacheEntityLoaderHelper.loadFromSecondLevelCache(LoadEvent event, EntityPersister persister, EntityKey entityKey) Attempts to load the entity from the second-level cache.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. -
Uses of LoadEvent in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal with parameters of type LoadEventModifier and TypeMethodDescriptionvoidLoadAccessContext.fireLoad(LoadEvent event, LoadEventListener.LoadType load)