org.hibernate.event
Class PostDeleteEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.PostDeleteEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PostDeleteEvent
- extends AbstractEvent
Occurs after deleting an item from the datastore
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostDeleteEvent
public PostDeleteEvent(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] deletedState,
EntityPersister persister,
EventSource source)
getId
public java.io.Serializable getId()
getPersister
public EntityPersister getPersister()
getEntity
public java.lang.Object getEntity()
getDeletedState
public java.lang.Object[] getDeletedState()
Copyright © 2008 Hibernate.org. All Rights Reserved.