Uses of Class
org.hibernate.event.spi.LoadEvent
Packages that use LoadEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
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.