org.hibernate.event
Interface PreInsertEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
JACCPreInsertEventListener

public interface PreInsertEventListener
extends Serializable

Called before inserting an item in the datastore

Author:
Gavin King

Method Summary
 boolean onPreInsert(PreInsertEvent event)
           
 

Method Detail

onPreInsert

public boolean onPreInsert(PreInsertEvent event)