Package org.hibernate.event.spi
Interface PreUpdateEventListener
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BeanValidationEventListener
,EnversPreUpdateEventListenerImpl
public interface PreUpdateEventListener extends java.io.Serializable
Called before updating the datastore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed
-
-
-
Method Detail
-
onPreUpdate
boolean onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed
-
-