Uses of Interface
org.hibernate.event.spi.PostUpdateEventListener
-
Packages that use PostUpdateEventListener Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of PostUpdateEventListener in org.hibernate.event.spi
Subinterfaces of PostUpdateEventListener in org.hibernate.event.spi Modifier and Type Interface Description interfacePostCommitUpdateEventListenerCalled after an entity update is committed to the datastore.Fields in org.hibernate.event.spi with type parameters of type PostUpdateEventListener Modifier and Type Field Description static EventType<PostUpdateEventListener>EventType. POST_COMMIT_UPDATEstatic EventType<PostUpdateEventListener>EventType. POST_UPDATE
-