Uses of Class
org.hibernate.event.spi.LoadEventListener.LoadType
Packages that use LoadEventListener.LoadType
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of LoadEventListener.LoadType in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type LoadEventListener.LoadTypeModifier and TypeMethodDescriptionvoidDefaultLoadEventListener.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.LoadTypeModifier and TypeFieldDescriptionstatic final LoadEventListener.LoadTypeLoadEventListener.GETstatic final LoadEventListener.LoadTypeLoadEventListener.IMMEDIATE_LOADstatic final LoadEventListener.LoadTypeLoadEventListener.INTERNAL_LOAD_EAGERstatic final LoadEventListener.LoadTypeLoadEventListener.INTERNAL_LOAD_LAZYstatic final LoadEventListener.LoadTypeLoadEventListener.INTERNAL_LOAD_NULLABLEstatic final LoadEventListener.LoadTypeLoadEventListener.LOADstatic final LoadEventListener.LoadTypeLoadEventListener.RELOADMethods in org.hibernate.event.spi with parameters of type LoadEventListener.LoadTypeModifier and TypeMethodDescriptionvoidLoadEventListener.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.LoadTypeModifier and TypeMethodDescriptionprotected static LoadEventListener.LoadTypeSessionImpl.internalLoadType(boolean eager, boolean nullable) Methods in org.hibernate.internal with parameters of type LoadEventListener.LoadTypeModifier and TypeMethodDescriptionvoidSessionImpl.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.LoadTypeModifier and TypeMethodDescriptionCacheEntityLoaderHelper.loadFromSessionCache(EntityKey keyToLoad, LoadEventListener.LoadType options, LockOptions lockOptions, EventSource session) CacheEntityLoaderHelper.loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options) Attempts to locate the entity in the session-level cache.CacheEntityLoaderHelper.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.LoadTypeModifier and TypeMethodDescriptionvoidLoadAccessContext.fireLoad(LoadEvent event, LoadEventListener.LoadType load)