org.hibernate.action.internal
Class OrphanRemovalAction
java.lang.Object
org.hibernate.action.internal.EntityAction
org.hibernate.action.internal.EntityDeleteAction
org.hibernate.action.internal.OrphanRemovalAction
- All Implemented Interfaces:
- Serializable, Comparable, AfterTransactionCompletionProcess, Executable
public final class OrphanRemovalAction
- extends EntityDeleteAction
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.action.internal.EntityAction |
afterDeserialize, beforeExecutions, compareTo, eventSource, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getDelayedId, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, listenerGroup, needsAfterTransactionCompletion, toString |
OrphanRemovalAction
public OrphanRemovalAction(Serializable id,
Object[] state,
Object version,
Object instance,
EntityPersister persister,
boolean isCascadeDeleteEnabled,
SessionImplementor session)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.