public abstract static class CascadingActions.BaseCascadingAction extends Object implements CascadingAction
| Type | Property and Description | 
|---|---|
boolean | 
performOnLazy
Should this action be performed (or noCascade consulted) in the case of lazy properties. 
 | 
| Constructor and Description | 
|---|
CascadingActions.BaseCascadingAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
noCascade(EventSource session,
         Object child,
         Object parent,
         EntityPersister persister,
         int propertyIndex)
Called (in the case of  
CascadingAction.requiresNoCascadeChecking() returning true) to validate
 that no cascade on the given property is considered a valid semantic. | 
boolean | 
performOnLazyProperty()
Should this action be performed (or noCascade consulted) in the case of lazy properties. 
 | 
boolean | 
requiresNoCascadeChecking()
Does the specified cascading action require verification of no cascade validity? 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcascade, deleteOrphans, getCascadableChildrenIteratorperformOnLazyProperty in interface CascadingActionpublic CascadingActions.BaseCascadingAction()
public boolean requiresNoCascadeChecking()
CascadingActionrequiresNoCascadeChecking in interface CascadingActionpublic void noCascade(EventSource session, Object child, Object parent, EntityPersister persister, int propertyIndex)
CascadingActionCascadingAction.requiresNoCascadeChecking() returning true) to validate
 that no cascade on the given property is considered a valid semantic.noCascade in interface CascadingActionsession - The session witin which the cascade is occurring.child - The property valueparent - The property value ownerpersister - The entity persister for the ownerpropertyIndex - The index of the property within the owner.public boolean performOnLazyProperty()
CascadingActionperformOnLazyProperty in interface CascadingActionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.