Package com.db4o.internal.activation
Class TPUnspecifiedUpdateDepth
- java.lang.Object
-
- com.db4o.internal.activation.UnspecifiedUpdateDepth
-
- com.db4o.internal.activation.TPUnspecifiedUpdateDepth
-
- All Implemented Interfaces:
UpdateDepth
public class TPUnspecifiedUpdateDepth extends UnspecifiedUpdateDepth
-
-
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
-
-
-
-
Method Detail
-
canSkip
public boolean canSkip(ObjectReference ref)
-
forDepth
protected FixedUpdateDepth forDepth(int depth)
- Specified by:
forDepth
in classUnspecifiedUpdateDepth
-
-