Package org.hibernate.event.spi
Interface PreInsertEventListener
- All Known Implementing Classes:
BeanValidationEventListener
public interface PreInsertEventListener
Called before inserting an item in the datastore
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onPreInsert
(PreInsertEvent event) Return true if the operation should be vetoed
-
Method Details
-
onPreInsert
Return true if the operation should be vetoed
-