Uses of Class
org.hibernate.event.spi.PreInsertEvent
-
Packages that use PreInsertEvent 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 PreInsertEvent in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type PreInsertEvent Modifier and Type Method Description boolean
BeanValidationEventListener. onPreInsert(PreInsertEvent event)
-
Uses of PreInsertEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PreInsertEvent Modifier and Type Method Description boolean
PreInsertEventListener. onPreInsert(PreInsertEvent event)
Return true if the operation should be vetoed
-