Package com.db4o.internal.activation
Class LegacyFixedUpdateDepth
- java.lang.Object
-
- com.db4o.internal.activation.FixedUpdateDepth
-
- com.db4o.internal.activation.LegacyFixedUpdateDepth
-
- All Implemented Interfaces:
UpdateDepth
public class LegacyFixedUpdateDepth extends FixedUpdateDepth
-
-
Constructor Summary
Constructors Constructor Description LegacyFixedUpdateDepth(int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canSkip(ObjectReference ref)
protected FixedUpdateDepth
forDepth(int depth)
-
Methods inherited from class com.db4o.internal.activation.FixedUpdateDepth
adjust, adjustDepthToBorders, adjustUpdateDepthForCascade, descend, equals, hashCode, isBroaderThan, negative, sufficientDepth, toString, tpMode, tpMode
-
-
-
-
Method Detail
-
canSkip
public boolean canSkip(ObjectReference ref)
-
forDepth
protected FixedUpdateDepth forDepth(int depth)
- Specified by:
forDepth
in classFixedUpdateDepth
-
-