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)