Package org.hibernate.event.spi
Interface PreUpdateEventListener
- All Known Implementing Classes:
BeanValidationEventListener
,EnversPreUpdateEventListenerImpl
public interface PreUpdateEventListener
Called before updating the datastore
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onPreUpdate
(PreUpdateEvent event) Return true if the operation should be vetoed
-
Method Details
-
onPreUpdate
Return true if the operation should be vetoed
-