Package com.db4o.internal.activation
Class UnspecifiedUpdateDepth
- java.lang.Object
-
- com.db4o.internal.activation.UnspecifiedUpdateDepth
-
- All Implemented Interfaces:
UpdateDepth
- Direct Known Subclasses:
LegacyUnspecifiedUpdateDepth,TPUnspecifiedUpdateDepth
public abstract class UnspecifiedUpdateDepth extends java.lang.Object implements UpdateDepth
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnspecifiedUpdateDepth()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UpdateDepthadjust(ClassMetadata clazz)UpdateDepthadjustUpdateDepthForCascade(boolean isCollection)UpdateDepthdescend()protected abstract FixedUpdateDepthforDepth(int depth)booleannegative()booleansufficientDepth()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.db4o.internal.activation.UpdateDepth
canSkip
-
-
-
-
Method Detail
-
sufficientDepth
public boolean sufficientDepth()
- Specified by:
sufficientDepthin interfaceUpdateDepth
-
negative
public boolean negative()
- Specified by:
negativein interfaceUpdateDepth
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
adjust
public UpdateDepth adjust(ClassMetadata clazz)
- Specified by:
adjustin interfaceUpdateDepth
-
adjustUpdateDepthForCascade
public UpdateDepth adjustUpdateDepthForCascade(boolean isCollection)
- Specified by:
adjustUpdateDepthForCascadein interfaceUpdateDepth
-
descend
public UpdateDepth descend()
- Specified by:
descendin interfaceUpdateDepth
-
forDepth
protected abstract FixedUpdateDepth forDepth(int depth)
-
-