Package com.db4o.internal.activation
Interface UpdateDepth
-
- All Known Implementing Classes:
FixedUpdateDepth,LegacyFixedUpdateDepth,LegacyUnspecifiedUpdateDepth,TPFixedUpdateDepth,TPUnspecifiedUpdateDepth,UnspecifiedUpdateDepth
public interface UpdateDepth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDepthadjust(ClassMetadata clazz)UpdateDepthadjustUpdateDepthForCascade(boolean isCollection)booleancanSkip(ObjectReference ref)UpdateDepthdescend()booleannegative()booleansufficientDepth()
-
-
-
Method Detail
-
sufficientDepth
boolean sufficientDepth()
-
negative
boolean negative()
-
adjust
UpdateDepth adjust(ClassMetadata clazz)
-
adjustUpdateDepthForCascade
UpdateDepth adjustUpdateDepthForCascade(boolean isCollection)
-
descend
UpdateDepth descend()
-
canSkip
boolean canSkip(ObjectReference ref)
-
-