public abstract class UnspecifiedUpdateDepth extends java.lang.Object implements UpdateDepth
| Modifier | Constructor and Description |
|---|---|
protected |
UnspecifiedUpdateDepth() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDepth |
adjust(ClassMetadata clazz) |
UpdateDepth |
adjustUpdateDepthForCascade(boolean isCollection) |
UpdateDepth |
descend() |
protected abstract FixedUpdateDepth |
forDepth(int depth) |
boolean |
negative() |
boolean |
sufficientDepth() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanSkippublic boolean sufficientDepth()
sufficientDepth in interface UpdateDepthpublic boolean negative()
negative in interface UpdateDepthpublic java.lang.String toString()
toString in class java.lang.Objectpublic UpdateDepth adjust(ClassMetadata clazz)
adjust in interface UpdateDepthpublic UpdateDepth adjustUpdateDepthForCascade(boolean isCollection)
adjustUpdateDepthForCascade in interface UpdateDepthpublic UpdateDepth descend()
descend in interface UpdateDepthprotected abstract FixedUpdateDepth forDepth(int depth)