Package org.hibernate.event.spi
Interface PreUpsertEventListener
- All Known Implementing Classes:
BeanValidationEventListener
public interfacePreUpsertEventListenerCalled before updating the datastore
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonPreUpsert(PreUpsertEvent event)Return true if the operation should be vetoed
Method Detail
onPreUpsert
boolean onPreUpsert(PreUpsertEvent event)
Return true if the operation should be vetoed