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