当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
DefaultPreLoadEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event.def
Class DefaultPreLoadEventListener
java.lang.Object
org.hibernate.event.def.DefaultPreLoadEventListener
- All Implemented Interfaces:
- PreLoadEventListener, Serializable
- public class DefaultPreLoadEventListener
- extends Object
- implements PreLoadEventListener
Called before injecting property values into a newly
loaded entity instance.
- 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 |
DefaultPreLoadEventListener
public DefaultPreLoadEventListener()
onPreLoad
public void onPreLoad(PreLoadEvent event)
- Specified by:
onPreLoad
in interface PreLoadEventListener