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 SummaryConstructors Modifier Constructor Description protectedUnspecifiedUpdateDepth()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.db4o.internal.activation.UpdateDepthcanSkip
 
- 
 
- 
- 
- 
Method Detail- 
sufficientDepthpublic boolean sufficientDepth() - Specified by:
- sufficientDepthin interface- UpdateDepth
 
 - 
negativepublic boolean negative() - Specified by:
- negativein interface- UpdateDepth
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
adjustpublic UpdateDepth adjust(ClassMetadata clazz) - Specified by:
- adjustin interface- UpdateDepth
 
 - 
adjustUpdateDepthForCascadepublic UpdateDepth adjustUpdateDepthForCascade(boolean isCollection) - Specified by:
- adjustUpdateDepthForCascadein interface- UpdateDepth
 
 - 
descendpublic UpdateDepth descend() - Specified by:
- descendin interface- UpdateDepth
 
 - 
forDepthprotected abstract FixedUpdateDepth forDepth(int depth) 
 
- 
 
-