org.hibernate.secure
Class JACCPreInsertEventListener

java.lang.Object
  extended byorg.hibernate.event.def.AbstractEventListener
      extended byorg.hibernate.event.def.DefaultPreInsertEventListener
          extended byorg.hibernate.secure.JACCPreInsertEventListener
All Implemented Interfaces:
PreInsertEventListener, Serializable

public class JACCPreInsertEventListener
extends DefaultPreInsertEventListener

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
JACCPreInsertEventListener()
           
 
Method Summary
 boolean onPreInsert(PreInsertEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACCPreInsertEventListener

public JACCPreInsertEventListener()
Method Detail

onPreInsert

public boolean onPreInsert(PreInsertEvent event)
Specified by:
onPreInsert in interface PreInsertEventListener
Overrides:
onPreInsert in class DefaultPreInsertEventListener