Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
-
Packages that use LoadEventListener.LoadType Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of LoadEventListener.LoadType in org.hibernate.event.spi
Fields in org.hibernate.event.spi declared as LoadEventListener.LoadType Modifier and Type Field Description static LoadEventListener.LoadTypeLoadEventListener. GETstatic LoadEventListener.LoadTypeLoadEventListener. IMMEDIATE_LOADstatic LoadEventListener.LoadTypeLoadEventListener. INTERNAL_LOAD_EAGERstatic LoadEventListener.LoadTypeLoadEventListener. INTERNAL_LOAD_LAZYstatic LoadEventListener.LoadTypeLoadEventListener. INTERNAL_LOAD_NULLABLEstatic LoadEventListener.LoadTypeLoadEventListener. LOADstatic LoadEventListener.LoadTypeLoadEventListener. RELOADMethods in org.hibernate.event.spi with parameters of type LoadEventListener.LoadType Modifier and Type Method Description voidLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)Handle the given load event.
-