Uses of Class
org.hibernate.event.spi.PostUpdateEvent
Packages that use PostUpdateEvent
Package
Description
Internal implementations and support for second-level caching.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of PostUpdateEvent in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type PostUpdateEventModifier and TypeMethodDescriptionvoid
CollectionCacheInvalidator.onPostUpdate
(PostUpdateEvent event) -
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.internal
Methods in org.hibernate.event.internal with parameters of type PostUpdateEventModifier and TypeMethodDescriptionvoid
PostUpdateEventListenerStandardImpl.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