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