类的使用
org.hibernate.event.spi.PostLoadEvent
-
使用PostLoadEvent的程序包 程序包 说明 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中PostLoadEvent的使用
参数类型为PostLoadEvent的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static voidTwoPhaseLoad. postLoad(Object entity, SharedSessionContractImplementor session, PostLoadEvent postLoadEvent)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中PostLoadEvent的使用
参数类型为PostLoadEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 protected voidDefaultPostLoadEventListener. invokeLoadLifecycle(PostLoadEvent event, EventSource session)voidDefaultPostLoadEventListener. onPostLoad(PostLoadEvent event) -
org.hibernate.event.spi中PostLoadEvent的使用
返回PostLoadEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 PostLoadEventLoadEvent. getPostLoadEvent()PostLoadEventPostLoadEvent. setEntity(Object entity)PostLoadEventPostLoadEvent. setId(Serializable id)PostLoadEventPostLoadEvent. setPersister(EntityPersister persister)参数类型为PostLoadEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidPostLoadEventListener. onPostLoad(PostLoadEvent event)voidLoadEvent. setPostLoadEvent(PostLoadEvent postLoadEvent)
-