Uses of Class
org.hibernate.event.spi.PostCollectionRemoveEvent
-
Packages that use PostCollectionRemoveEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of PostCollectionRemoveEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PostCollectionRemoveEvent Modifier and Type Method Description void
PostCollectionRemoveEventListener. onPostRemoveCollection(PostCollectionRemoveEvent event)
-