类的使用
org.hibernate.event.spi.LoadEventListener.LoadType
-
使用LoadEventListener.LoadType的程序包 程序包 说明 org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.event.spi org.hibernate.loader.entity This package defines entity loaders -
-
org.hibernate.event.internal中LoadEventListener.LoadType的使用
参数类型为LoadEventListener.LoadType的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidDefaultLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)Handle the given load event. -
org.hibernate.event.spi中LoadEventListener.LoadType的使用
声明为LoadEventListener.LoadType的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 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. RELOAD参数类型为LoadEventListener.LoadType的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidLoadEventListener. onLoad(LoadEvent event, LoadEventListener.LoadType loadType)Handle the given load event. -
org.hibernate.loader.entity中LoadEventListener.LoadType的使用
参数类型为LoadEventListener.LoadType的org.hibernate.loader.entity中的方法 修饰符和类型 方法 说明 CacheEntityLoaderHelper.PersistenceContextEntryCacheEntityLoaderHelper. loadFromSessionCache(LoadEvent event, EntityKey keyToLoad, LoadEventListener.LoadType options)Attempts to locate the entity in the session-level cache.
-