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