Uses of Interface
org.hibernate.event.spi.PostDeleteEventListener
Packages that use PostDeleteEventListener
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
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of PostDeleteEventListener in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement PostDeleteEventListenerModifier and TypeClassDescriptionclass
Allows 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 PostDeleteEventListener in org.hibernate.envers.event.spi
Classes in org.hibernate.envers.event.spi that implement PostDeleteEventListenerModifier and TypeClassDescriptionclass
Envers-specific entity (post) deletion event listener -
Uses of PostDeleteEventListener in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement PostDeleteEventListenerModifier and TypeClassDescriptionclass
The standard PostDeleteEventListener implementation -
Uses of PostDeleteEventListener in org.hibernate.event.spi
Subinterfaces of PostDeleteEventListener in org.hibernate.event.spiModifier and TypeInterfaceDescriptioninterface
Called after an entity delete is committed to the datastore.Fields in org.hibernate.event.spi with type parameters of type PostDeleteEventListenerModifier and TypeFieldDescriptionstatic final EventType<PostDeleteEventListener>
EventType.POST_COMMIT_DELETE
static final EventType<PostDeleteEventListener>
EventType.POST_DELETE
-
Uses of PostDeleteEventListener in org.hibernate.internal
Fields in org.hibernate.internal with type parameters of type PostDeleteEventListenerModifier and TypeFieldDescriptionFastSessionServices.eventListenerGroup_POST_COMMIT_DELETE
FastSessionServices.eventListenerGroup_POST_DELETE