Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
-
Packages that use LoadEventListener.LoadType Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.ast.internal org.hibernate.loader.internal -
-
Uses of LoadEventListener.LoadType in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description voidDefaultLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)Handle the given load event. -
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.internal
Methods in org.hibernate.internal that return LoadEventListener.LoadType Modifier and Type Method Description protected static LoadEventListener.LoadTypeSessionImpl. internalLoadType(boolean eager, boolean nullable)Methods in org.hibernate.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description voidSessionImpl. fireLoad(LoadEvent event, LoadEventListener.LoadType loadType) -
Uses of LoadEventListener.LoadType in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(EntityKey keyToLoad, LoadEventListener.LoadType options, LockOptions lockOptions, EventSource session)CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache.static CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCacheStatic(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache. -
Uses of LoadEventListener.LoadType in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal with parameters of type LoadEventListener.LoadType Modifier and Type Method Description voidLoadAccessContext. fireLoad(LoadEvent event, LoadEventListener.LoadType load)
-