org.hibernate.ejb.event
Class EJB3PostLoadEventListener
java.lang.Object
org.hibernate.ejb.event.EJB3PostLoadEventListener
- All Implemented Interfaces:
- Serializable, CallbackHandlerConsumer, HibernateEntityManagerEventListener, PostLoadEventListener
public class EJB3PostLoadEventListener
- extends Object
- implements PostLoadEventListener, CallbackHandlerConsumer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB3PostLoadEventListener
public EJB3PostLoadEventListener()
EJB3PostLoadEventListener
public EJB3PostLoadEventListener(EntityCallbackHandler callbackHandler)
setCallbackHandler
public void setCallbackHandler(EntityCallbackHandler callbackHandler)
- Specified by:
setCallbackHandler
in interface CallbackHandlerConsumer
onPostLoad
public void onPostLoad(PostLoadEvent event)
- Specified by:
onPostLoad
in interface PostLoadEventListener
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.