Package org.hibernate.event.spi
Class PostLoadEvent
- java.lang.Object
- org.hibernate.event.spi.AbstractEvent
- org.hibernate.event.spi.PostLoadEvent
- All Implemented Interfaces:
Serializable
public classPostLoadEventextendsAbstractEvent
Occurs after an entity instance is fully loaded.- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description PostLoadEvent(EventSource session)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEntity()ObjectgetId()EntityPersistergetPersister()voidreset()PostLoadEventsetEntity(Object entity)PostLoadEventsetId(Object id)PostLoadEventsetPersister(EntityPersister persister)Methods inherited from class org.hibernate.event.spi.AbstractEvent
getFactory,getSession
Constructor Detail
PostLoadEvent
public PostLoadEvent(EventSource session)
Method Detail
reset
public void reset()
getEntity
public Object getEntity()
getPersister
public EntityPersister getPersister()
getId
public Object getId()
setEntity
public PostLoadEvent setEntity(Object entity)
setId
public PostLoadEvent setId(Object id)
setPersister
public PostLoadEvent setPersister(EntityPersister persister)