org.hibernate.event
Interface PreUpdateEventListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JACCPreUpdateEventListener

public interface PreUpdateEventListener
extends java.io.Serializable

Called before updating the datastore

Author:
Gavin King

Method Summary
 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



Copyright © 2008 Hibernate.org. All Rights Reserved.