org.hibernate.event.def
Class DefaultPostLoadEventListener
java.lang.Object
org.hibernate.event.def.AbstractEventListener
org.hibernate.event.def.DefaultPostLoadEventListener
- All Implemented Interfaces:
- PostLoadEventListener, Serializable
- public class DefaultPostLoadEventListener
- extends AbstractEventListener
- implements PostLoadEventListener
Default implementation is a noop.
- 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 |
DefaultPostLoadEventListener
public DefaultPostLoadEventListener()
onPostLoad
public void onPostLoad(PostLoadEvent event)
- Specified by:
onPostLoad
in interface PostLoadEventListener