IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.projector.md
Interface TupleAssociation.CascadeInfo

Enclosing interface:
TupleAssociation

public static interface TupleAssociation.CascadeInfo

Cascade information for entity association persistence.

Since:
WAS XD 6.1
See Also:
CascadeType

Method Summary
 boolean isCascadeInvalidate()
          If true, cascade invalidate operations to the target entity.
 boolean isCascadeMerge()
          If true, cascade merge operations to the target entity.
 boolean isCascadePersist()
          If true, cascade persist operations to the target entity.
 boolean isCascadeRefresh()
          If true, cascade refresh operations to the target entity.
 boolean isCascadeRemove()
          If true, cascade remove operations to the target entity.
 

Method Detail

isCascadePersist

boolean isCascadePersist()
If true, cascade persist operations to the target entity.

Returns:
true if persist should be cascaded.

isCascadeRemove

boolean isCascadeRemove()
If true, cascade remove operations to the target entity.

Returns:
true if remove should be cascaded.

isCascadeMerge

boolean isCascadeMerge()
If true, cascade merge operations to the target entity.

Returns:
true if merge should be cascaded.

isCascadeRefresh

boolean isCascadeRefresh()
If true, cascade refresh operations to the target entity.

Returns:
true if refresh should be cascaded.

isCascadeInvalidate

boolean isCascadeInvalidate()
If true, cascade invalidate operations to the target entity.

Returns:
true if invalidate should be cascaded.
Since:
WAS XD 6.1.0.3

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.