프로퍼티 | 타입 | 설명 | |
---|---|---|---|
All | |||
AllDeleteOrphan | |||
Delete | |||
DeleteOrphan | |||
Evict | |||
Lock | |||
Merge | |||
None | |||
Persist | |||
Refresh | |||
Replicate | |||
Update |
메소드 | 설명 | |
---|---|---|
DoCascade ( NHibernate.Engine.CascadingAction action ) : bool |
For this style, should the given action be cascaded?
|
|
GetCascadeStyle ( string cascade ) : |
Factory method for obtaining named cascade styles
|
|
ReallyDoCascade ( NHibernate.Engine.CascadingAction action ) : bool |
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches... For this style, should the given action really be cascaded? The default implementation is simply to return {@link #doCascade}; for certain styles (currently only delete-orphan), however, we need to be able to control this separately. |
메소드 | 설명 | |
---|---|---|
CascadeStyle ( ) : System |
package-protected constructor
|
|
ISerializable ( |
public abstract DoCascade ( NHibernate.Engine.CascadingAction action ) : bool | ||
action | NHibernate.Engine.CascadingAction | The action to be checked for cascade-ability. |
리턴 | bool |
public static GetCascadeStyle ( string cascade ) : |
||
cascade | string | The named cascade style name. |
리턴 |
public ReallyDoCascade ( NHibernate.Engine.CascadingAction action ) : bool | ||
action | NHibernate.Engine.CascadingAction | The action to be checked for cascade-ability. |
리턴 | bool |
public static CascadeStyle,NHibernate.Engine AllDeleteOrphan | ||
리턴 |
public static CascadeStyle,NHibernate.Engine DeleteOrphan | ||
리턴 |