当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
PreDeleteEvent (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
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()