Package com.db4o.internal.activation
Class LegacyUnspecifiedUpdateDepth
- java.lang.Object
-
- com.db4o.internal.activation.UnspecifiedUpdateDepth
-
- com.db4o.internal.activation.LegacyUnspecifiedUpdateDepth
-
- All Implemented Interfaces:
UpdateDepth
public class LegacyUnspecifiedUpdateDepth extends UnspecifiedUpdateDepth
-
-
Field Summary
Fields Modifier and Type Field Description static LegacyUnspecifiedUpdateDepth
INSTANCE
-
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.UnspecifiedUpdateDepth
adjust, adjustUpdateDepthForCascade, descend, negative, sufficientDepth, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final LegacyUnspecifiedUpdateDepth INSTANCE
-
-
Method Detail
-
canSkip
public boolean canSkip(ObjectReference ref)
-
forDepth
protected FixedUpdateDepth forDepth(int depth)
- Specified by:
forDepth
in classUnspecifiedUpdateDepth
-
-