org.hibernate.event
Class PreDeleteEvent

java.lang.Object
  extended byorg.hibernate.event.AbstractEvent
      extended byorg.hibernate.event.PreDeleteEvent
All Implemented Interfaces:
Serializable

public class PreDeleteEvent
extends AbstractEvent

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
PreDeleteEvent(Object entity, Serializable id, Object[] deletedState, EntityPersister persister, SessionImplementor source)
           
 
Method Summary
 Object[] getDeletedState()
           
 Object getEntity()
           
 Serializable getId()
           
 EntityPersister getPersister()
           
 
Methods inherited from class org.hibernate.event.AbstractEvent
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreDeleteEvent

public PreDeleteEvent(Object entity,
                      Serializable id,
                      Object[] deletedState,
                      EntityPersister persister,
                      SessionImplementor source)
Method Detail

getEntity

public Object getEntity()

getId

public Serializable getId()

getPersister

public EntityPersister getPersister()

getDeletedState

public Object[] getDeletedState()