public abstract static class CascadeStyles.BaseCascadeStyle extends Object implements CascadeStyle
Constructor and Description |
---|
CascadeStyles.BaseCascadeStyle() |
Modifier and Type | Method and Description |
---|---|
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...
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doCascade
public boolean reallyDoCascade(CascadingAction action)
CascadeStyle
CascadeStyle.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 CascadeStyle
action
- The action to be checked for cascade-ability.public boolean hasOrphanDelete()
CascadeStyle
hasOrphanDelete
in interface CascadeStyle
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.