org.hibernate.event.spi
Class PostUpdateEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.PostUpdateEvent
- All Implemented Interfaces:
- Serializable
public class PostUpdateEvent
- extends AbstractEvent
Occurs after the datastore is updated
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostUpdateEvent
public PostUpdateEvent(Object entity,
Serializable id,
Object[] state,
Object[] oldState,
int[] dirtyProperties,
EntityPersister persister,
EventSource source)
getEntity
public Object getEntity()
getId
public Serializable getId()
getOldState
public Object[] getOldState()
getPersister
public EntityPersister getPersister()
getState
public Object[] getState()
getDirtyProperties
public int[] getDirtyProperties()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.