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 UpdateDepth
adjust(ClassMetadata clazz)
UpdateDepth
adjustUpdateDepthForCascade(boolean isCollection)
boolean
canSkip(ObjectReference ref)
UpdateDepth
descend()
boolean
negative()
boolean
sufficientDepth()
-
-
-
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)
-
-