org.hibernate.event

Interface PreUpdateEventListener

All Superinterfaces:
Serializable
Known Implementing Classes:
JACCPreUpdateEventListener

public interface PreUpdateEventListener
extends Serializable

Called before updating the datastore
Author:
Gavin King

Method Summary

boolean
onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed

Method Details

onPreUpdate

public boolean onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed