Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.PostUpdateEvent
public class PostUpdateEvent
extends AbstractEvent
Constructor Summary | |
|
Method Summary | |
Object | |
Serializable |
|
Object[] | |
EntityPersister | |
Object[] |
|
Methods inherited from class org.hibernate.event.AbstractEvent | |
getSession |
public PostUpdateEvent(Object entity, Serializable id, Object[] state, Object[] oldState, EntityPersister persister, EventSource source)
public Object getEntity()
public Serializable getId()
public Object[] getOldState()
public Object[] getState()