Uses of Class
org.hibernate.event.spi.LoadEvent
-
Packages that use LoadEvent Package Description org.hibernate.event.spi -
-
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.
-