public static final class CascadeStyles.MultipleCascadeStyle extends CascadeStyles.BaseCascadeStyle
| Constructor and Description | 
|---|
MultipleCascadeStyle(CascadeStyle[] styles)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
doCascade(CascadingAction action)
For this style, should the given action be cascaded? 
 | 
boolean | 
hasOrphanDelete()
Do we need to delete orphaned collection elements? 
 | 
boolean | 
reallyDoCascade(CascadingAction action)
Probably more aptly named something like doCascadeToCollectionElements(); it is
 however used from both the collection and to-one logic branches... 
 | 
String | 
toString()  | 
public MultipleCascadeStyle(CascadeStyle[] styles)
public boolean doCascade(CascadingAction action)
CascadeStyleaction - The action to be checked for cascade-ability.public boolean reallyDoCascade(CascadingAction action)
CascadeStyleCascadeStyle.doCascade(org.hibernate.engine.spi.CascadingAction); for certain
 styles (currently only delete-orphan), however, we need to be able to
 control this separately.reallyDoCascade in interface CascadeStylereallyDoCascade in class CascadeStyles.BaseCascadeStyleaction - The action to be checked for cascade-ability.public boolean hasOrphanDelete()
CascadeStylehasOrphanDelete in interface CascadeStylehasOrphanDelete in class CascadeStyles.BaseCascadeStyleCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.