Package com.db4o.internal.activation
Interface UpdateDepth
- 
- All Known Implementing Classes:
- FixedUpdateDepth,- LegacyFixedUpdateDepth,- LegacyUnspecifiedUpdateDepth,- TPFixedUpdateDepth,- TPUnspecifiedUpdateDepth,- UnspecifiedUpdateDepth
 
 public interface UpdateDepth
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDepthadjust(ClassMetadata clazz)UpdateDepthadjustUpdateDepthForCascade(boolean isCollection)booleancanSkip(ObjectReference ref)UpdateDepthdescend()booleannegative()booleansufficientDepth()
 
- 
- 
- 
Method Detail- 
sufficientDepthboolean sufficientDepth() 
 - 
negativeboolean negative() 
 - 
adjustUpdateDepth adjust(ClassMetadata clazz) 
 - 
adjustUpdateDepthForCascadeUpdateDepth adjustUpdateDepthForCascade(boolean isCollection) 
 - 
descendUpdateDepth descend() 
 - 
canSkipboolean canSkip(ObjectReference ref) 
 
- 
 
-