org.hibernate.event
Class PostDeleteEvent
java.lang.Object
org.hibernate.event.PostDeleteEvent
- public class PostDeleteEvent
- extends Object
Occurs after deleting an item from the datastore
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostDeleteEvent
public PostDeleteEvent(Object entity,
Serializable id,
Object[] deletedState,
EntityPersister persister)
getId
public Serializable getId()
getPersister
public EntityPersister getPersister()
getEntity
public Object getEntity()
getDeletedState
public Object[] getDeletedState()