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 TypeMethodDescriptionvoid
EnversPostUpdateEventListenerImpl.onPostUpdate
(PostUpdateEvent event) -
Uses of PostUpdateEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PostUpdateEventModifier and TypeMethodDescriptionvoid
PostUpdateEventListener.onPostUpdate
(PostUpdateEvent event) void
PostCommitUpdateEventListener.onPostUpdateCommitFailed
(PostUpdateEvent event) Called when a commit fails and an entity was scheduled for update