Package org.hibernate.event.spi
Interface PreDeleteEventListener
- All Known Implementing Classes:
BeanValidationEventListener
public interfacePreDeleteEventListenerCalled before deleting an item from the datastore
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonPreDelete(PreDeleteEvent event)Return true if the operation should be vetoed
Method Detail
onPreDelete
boolean onPreDelete(PreDeleteEvent event)
Return true if the operation should be vetoed