当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
PostLoadEvent (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.event
Class PostLoadEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.PostLoadEvent
- All Implemented Interfaces:
- Serializable
- public class PostLoadEvent
- extends AbstractEvent
Occurs after an an entity instance is fully loaded.
- Author:
- Kabir Khan, Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostLoadEvent
public PostLoadEvent(EventSource session)
getEntity
public Object getEntity()
getPersister
public EntityPersister getPersister()
getId
public Serializable getId()
setEntity
public PostLoadEvent setEntity(Object entity)
setId
public PostLoadEvent setId(Serializable id)
setPersister
public PostLoadEvent setPersister(EntityPersister persister)