Uses of Class
org.hibernate.event.spi.PostDeleteEvent
-
Packages that use PostDeleteEvent 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 PostDeleteEvent in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type PostDeleteEvent Modifier and Type Method Description void
CollectionCacheInvalidator. onPostDelete(PostDeleteEvent event)
-
Uses of PostDeleteEvent in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type PostDeleteEvent Modifier and Type Method Description void
EnversPostDeleteEventListenerImpl. onPostDelete(PostDeleteEvent event)
-
Uses of PostDeleteEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type PostDeleteEvent Modifier and Type Method Description void
PostDeleteEventListenerStandardImpl. onPostDelete(PostDeleteEvent event)
-
Uses of PostDeleteEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PostDeleteEvent Modifier and Type Method Description void
PostDeleteEventListener. onPostDelete(PostDeleteEvent event)
void
PostCommitDeleteEventListener. onPostDeleteCommitFailed(PostDeleteEvent event)
Called when a commit fails and an entity was scheduled for deletion
-