Uses of Class
org.hibernate.event.spi.PostUpdateEvent
Packages that use PostUpdateEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of PostUpdateEvent in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type PostUpdateEventModifier and TypeMethodDescriptionvoidEnversPostUpdateEventListenerImpl.onPostUpdate(PostUpdateEvent event) -
Uses of PostUpdateEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PostUpdateEventModifier and TypeMethodDescriptionvoidPostUpdateEventListener.onPostUpdate(PostUpdateEvent event) voidPostCommitUpdateEventListener.onPostUpdateCommitFailed(PostUpdateEvent event) Called when a commit fails and an entity was scheduled for update