Save This Page
Home » hibernate-core-src-20081106 » org.hibernate » event » [javadoc | source]
org.hibernate.event
public interface: PreInsertEventListener [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    JACCPreInsertEventListener, DefaultPreInsertEventListener

Called before inserting an item in the datastore
Method from org.hibernate.event.PreInsertEventListener Summary:
onPreInsert
Method from org.hibernate.event.PreInsertEventListener Detail:
 public boolean onPreInsert(PreInsertEvent event)
    Return true if the operation should be vetoed