Uses of Interface
org.hibernate.event.spi.PostUpdateEventListener
Packages that use PostUpdateEventListener
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.
An SPI for the event listener registration service.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of PostUpdateEventListener in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement PostUpdateEventListenerModifier and TypeClassDescriptionclassAllows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany). -
Uses of PostUpdateEventListener in org.hibernate.envers.event.spi
Classes in org.hibernate.envers.event.spi that implement PostUpdateEventListenerModifier and TypeClassDescriptionclassEnvers-specific entity (post) update event listener -
Uses of PostUpdateEventListener in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement PostUpdateEventListener -
Uses of PostUpdateEventListener in org.hibernate.event.service.spi
Fields in org.hibernate.event.service.spi with type parameters of type PostUpdateEventListenerModifier and TypeFieldDescriptionEventListenerGroups.eventListenerGroup_POST_COMMIT_UPDATEEventListenerGroups.eventListenerGroup_POST_UPDATE -
Uses of PostUpdateEventListener in org.hibernate.event.spi
Subinterfaces of PostUpdateEventListener in org.hibernate.event.spiModifier and TypeInterfaceDescriptioninterfaceCalled after an entity update is committed to the datastore.Fields in org.hibernate.event.spi with type parameters of type PostUpdateEventListenerModifier and TypeFieldDescriptionstatic final EventType<PostUpdateEventListener> EventType.POST_COMMIT_UPDATEstatic final EventType<PostUpdateEventListener> EventType.POST_UPDATE