当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
DefaultPostLoadEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event.def
Class DefaultPostLoadEventListener
java.lang.Object
org.hibernate.event.def.DefaultPostLoadEventListener
- All Implemented Interfaces:
- PostLoadEventListener, Serializable
- public class DefaultPostLoadEventListener
- extends Object
- implements PostLoadEventListener
Call Lifecycle interface if necessary
- Author:
- Gavin King
- 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