Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
-
Packages that use LoadEventListener.LoadType Package Description org.hibernate.event.spi org.hibernate.loader.entity -
-
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. -
Uses of LoadEventListener.LoadType in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type LoadEventListener.LoadType Modifier and Type Method Description CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache.
-