File
Doc
Category
Size
Date
Package
PreUpdateEventListener.java
API Doc
Hibernate 3.2.5
384
Sun Mar 11 18:16:48 GMT 2007
org.hibernate.event
PreUpdateEventListener
public interface PreUpdateEventListener implements Serializable
Called before updating the datastore
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
boolean
onPreUpdate
(
PreUpdateEvent
event)
Return true if the operation should be vetoed
Java Code Source