public interface CascadeStyle extends Serializable
CascadingAction
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...
|
boolean doCascade(CascadingAction action)
action
- The action to be checked for cascade-ability.boolean reallyDoCascade(CascadingAction action)
doCascade(org.hibernate.engine.spi.CascadingAction)
; for certain
styles (currently only delete-orphan), however, we need to be able to
control this separately.action
- The action to be checked for cascade-ability.boolean hasOrphanDelete()
Copyright © 2017 JBoss by Red Hat. All rights reserved.