Uses of Class
org.hibernate.event.spi.PreInsertEvent
-
Packages that use PreInsertEvent Package Description org.hibernate.cfg.beanvalidation org.hibernate.event.spi -
-
Uses of PreInsertEvent in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.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
-