org.hibernate.ejb.event
Class EJB3PostUpdateEventListener
java.lang.Object
org.hibernate.ejb.event.EJB3PostUpdateEventListener
- All Implemented Interfaces:
- Serializable, CallbackHandlerConsumer, org.hibernate.event.PostUpdateEventListener
public class EJB3PostUpdateEventListener
- extends Object
- implements org.hibernate.event.PostUpdateEventListener, CallbackHandlerConsumer
- Version:
- $Revision: 9796 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB3PostUpdateEventListener
public EJB3PostUpdateEventListener()
EJB3PostUpdateEventListener
public EJB3PostUpdateEventListener(EntityCallbackHandler callbackHandler)
setCallbackHandler
public void setCallbackHandler(EntityCallbackHandler callbackHandler)
- Specified by:
setCallbackHandler
in interface CallbackHandlerConsumer
onPostUpdate
public void onPostUpdate(org.hibernate.event.PostUpdateEvent event)
- Specified by:
onPostUpdate
in interface org.hibernate.event.PostUpdateEventListener