接口的使用
org.hibernate.event.spi.PostLoadEventListener
-
使用PostLoadEventListener的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.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.engine.internal中PostLoadEventListener的使用
类型变量类型为PostLoadEventListener的org.hibernate.engine.internal中的方法参数 修饰符和类型 方法 说明 static voidTwoPhaseLoad. postLoad(Object entity, SharedSessionContractImplementor session, PostLoadEvent postLoadEvent, Iterable<PostLoadEventListener> postLoadEventListeners)PostLoad cannot occur during initializeEntity, as that call occurs *before* the Set collections are added to the persistence context by Loader. -
org.hibernate.event.internal中PostLoadEventListener的使用
实现PostLoadEventListener的org.hibernate.event.internal中的类 修饰符和类型 类 说明 classDefaultPostLoadEventListenerWe do 2 things here: CallLifecycleinterface if necessary Perform neededEntityEntry.getLockMode()related processing -
org.hibernate.event.spi中PostLoadEventListener的使用
类型参数类型为PostLoadEventListener的org.hibernate.event.spi中的字段 修饰符和类型 字段 说明 static EventType<PostLoadEventListener>EventType. POST_LOAD
-