Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
-
Packages that use LoadEventListener.LoadType Package Description org.hibernate.event.spi -
-
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.LoadType
LoadEventListener. GET
static LoadEventListener.LoadType
LoadEventListener. IMMEDIATE_LOAD
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_EAGER
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_LAZY
static LoadEventListener.LoadType
LoadEventListener. INTERNAL_LOAD_NULLABLE
static LoadEventListener.LoadType
LoadEventListener. LOAD
static LoadEventListener.LoadType
LoadEventListener. RELOAD
Methods in org.hibernate.event.spi with parameters of type LoadEventListener.LoadType Modifier and Type Method Description void
LoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event.
-