org.hibernate.event.def
Class DefaultPostLoadEventListener

java.lang.Object
  extended byorg.hibernate.event.def.AbstractEventListener
      extended byorg.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

Constructor Summary
DefaultPostLoadEventListener()
           
 
Method Summary
 void onPostLoad(PostLoadEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPostLoadEventListener

public DefaultPostLoadEventListener()
Method Detail

onPostLoad

public void onPostLoad(PostLoadEvent event)
Specified by:
onPostLoad in interface PostLoadEventListener