org.hibernate.event
Class PreDeleteEvent
java.lang.Object
org.hibernate.event.PreDeleteEvent
public class PreDeleteEvent
- extends Object
Occurs before 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 |
PreDeleteEvent
public PreDeleteEvent(Object entity,
Serializable id,
Object[] deletedState,
EntityPersister persister)
getEntity
public Object getEntity()
getId
public Serializable getId()
getPersister
public EntityPersister getPersister()
getDeletedState
public Object[] getDeletedState()