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 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 LoadEventModifier and TypeMethodDescriptionvoid
LoadEventListener.onLoad
(LoadEvent event, LoadEventListener.LoadType loadType) Handle the given load event. -
Uses of LoadEvent in org.hibernate.internal
Methods in org.hibernate.internal that return LoadEventModifier and TypeMethodDescriptionprotected LoadEvent
SessionImpl.makeLoadEvent
(String entityName, Object id, Boolean readOnly, boolean isAssociationFetch) Helper to avoid creating many new instances ofLoadEvent
.protected LoadEvent
SessionImpl.makeLoadEvent
(String entityName, Object id, Boolean readOnly, LockOptions lockOptions) Helper to avoid creating many new instances ofLoadEvent
.Methods in org.hibernate.internal with parameters of type LoadEvent