站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

PostLoadEvent (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.event
Class PostLoadEvent

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

Constructor Summary
PostLoadEvent(EventSource session)
           
 
Method Summary
 Object getEntity()
           
 Serializable getId()
           
 EntityPersister getPersister()
           
 PostLoadEvent setEntity(Object entity)
           
 PostLoadEvent setId(Serializable id)
           
 PostLoadEvent setPersister(EntityPersister persister)
           
 
Methods inherited from class org.hibernate.event.AbstractEvent
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostLoadEvent

public PostLoadEvent(EventSource session)
Method Detail

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)