org.hibernate.event
Class PreDeleteEvent
java.lang.Object
org.hibernate.event.PreDeleteEvent
public class PreDeleteEvent
- extends java.lang.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(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] deletedState,
EntityPersister persister)
getEntity
public java.lang.Object getEntity()
getId
public java.io.Serializable getId()
getPersister
public EntityPersister getPersister()
getDeletedState
public java.lang.Object[] getDeletedState()
Copyright © 2008 Hibernate.org. All Rights Reserved.