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 voidCollectionCacheInvalidator. 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 voidEnversPostDeleteEventListenerImpl. 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 voidPostDeleteEventListenerStandardImpl. 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 voidPostDeleteEventListener. onPostDelete(PostDeleteEvent event)voidPostCommitDeleteEventListener. onPostDeleteCommitFailed(PostDeleteEvent event)Called when a commit fails and an entity was scheduled for deletion
-