Uses of Class
org.hibernate.event.spi.PreCollectionUpdateEvent
-
Packages that use PreCollectionUpdateEvent Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.envers.event.spi org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of PreCollectionUpdateEvent in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type PreCollectionUpdateEvent Modifier and Type Method Description void
BeanValidationEventListener. onPreUpdateCollection(PreCollectionUpdateEvent event)
-
Uses of PreCollectionUpdateEvent in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type PreCollectionUpdateEvent Modifier and Type Method Description void
EnversPreCollectionUpdateEventListenerImpl. onPreUpdateCollection(PreCollectionUpdateEvent event)
-
Uses of PreCollectionUpdateEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PreCollectionUpdateEvent Modifier and Type Method Description void
PreCollectionUpdateEventListener. onPreUpdateCollection(PreCollectionUpdateEvent event)
-