Uses of Class
org.hibernate.event.spi.PreUpsertEvent
-
Packages that use PreUpsertEvent Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of PreUpsertEvent in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type PreUpsertEvent Modifier and Type Method Description boolean
BeanValidationEventListener. onPreUpsert(PreUpsertEvent event)
-
Uses of PreUpsertEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PreUpsertEvent Modifier and Type Method Description boolean
PreUpsertEventListener. onPreUpsert(PreUpsertEvent event)
Return true if the operation should be vetoed
-