类的使用
org.hibernate.event.spi.PostUpdateEvent
-
使用PostUpdateEvent的程序包 程序包 说明 org.hibernate.cache.internal Internal implementations and support for second-level caching.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.cache.internal中PostUpdateEvent的使用
参数类型为PostUpdateEvent的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 voidCollectionCacheInvalidator. onPostUpdate(PostUpdateEvent event) -
org.hibernate.event.internal中PostUpdateEvent的使用
参数类型为PostUpdateEvent的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidPostUpdateEventListenerStandardImpl. onPostUpdate(PostUpdateEvent event) -
org.hibernate.event.spi中PostUpdateEvent的使用
参数类型为PostUpdateEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 voidPostUpdateEventListener. onPostUpdate(PostUpdateEvent event)voidPostCommitUpdateEventListener. onPostUpdateCommitFailed(PostUpdateEvent event)Called when a commit fails and an entity was scheduled for update
-