org.openxava.hibernate.impl
Class ReferenceConverterToDBListener

java.lang.Object
  extended by org.openxava.hibernate.impl.ReferenceConverterToDBListener
All Implemented Interfaces:
java.io.Serializable, org.hibernate.event.PreInsertEventListener, org.hibernate.event.PreUpdateEventListener

public class ReferenceConverterToDBListener
extends java.lang.Object
implements org.hibernate.event.PreInsertEventListener, org.hibernate.event.PreUpdateEventListener

See Also:
Serialized Form

Constructor Summary
ReferenceConverterToDBListener()
           
 
Method Summary
 boolean onPreInsert(org.hibernate.event.PreInsertEvent ev)
           
 boolean onPreUpdate(org.hibernate.event.PreUpdateEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceConverterToDBListener

public ReferenceConverterToDBListener()
Method Detail

onPreInsert

public boolean onPreInsert(org.hibernate.event.PreInsertEvent ev)
Specified by:
onPreInsert in interface org.hibernate.event.PreInsertEventListener

onPreUpdate

public boolean onPreUpdate(org.hibernate.event.PreUpdateEvent ev)
Specified by:
onPreUpdate in interface org.hibernate.event.PreUpdateEventListener