org.hibernate.event.def
Class DefaultPostLoadEventListener

java.lang.Object
  extended by org.hibernate.event.def.DefaultPostLoadEventListener
All Implemented Interfaces:
Serializable, PostLoadEventListener

public class DefaultPostLoadEventListener
extends Object
implements PostLoadEventListener

We do 2 things here:

Author:
Gavin King, Steve Ebersole
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


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.