Package org.hibernate.event.spi
Interface PreInsertEventListener
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BeanValidationEventListener
public interface PreInsertEventListener extends java.io.Serializable
Called before inserting an item in the datastore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onPreInsert(PreInsertEvent event)
Return true if the operation should be vetoed
-
-
-
Method Detail
-
onPreInsert
boolean onPreInsert(PreInsertEvent event)
Return true if the operation should be vetoed
-
-