Uses of Interface
com.db4o.internal.activation.UpdateDepth
-
Packages that use UpdateDepth Package Description com.db4o.internal com.db4o.internal.activation com.db4o.internal.marshall -
-
Uses of UpdateDepth in com.db4o.internal
Methods in com.db4o.internal that return UpdateDepth Modifier and Type Method Description UpdateDepth
ClassMetadata. adjustUpdateDepth(Transaction trans, UpdateDepth depth)
Methods in com.db4o.internal with parameters of type UpdateDepth Modifier and Type Method Description UpdateDepth
ClassMetadata. adjustUpdateDepth(Transaction trans, UpdateDepth depth)
int
ObjectContainerBase. store(Transaction trans, java.lang.Object obj, UpdateDepth depth)
int
ObjectContainerBase. store2(Transaction trans, java.lang.Object obj, UpdateDepth updateDepth, boolean checkJustSet)
int
ObjectContainerBase. storeAfterReplication(Transaction trans, java.lang.Object obj, UpdateDepth depth, boolean checkJust)
void
ObjectContainerBase. storeAll(Transaction transaction, Iterator4 objects, UpdateDepth depth)
int
ObjectContainerBase. storeInternal(Transaction trans, java.lang.Object obj, UpdateDepth depth, boolean checkJustSet)
int
TransportObjectContainer. storeInternal(Transaction trans, java.lang.Object obj, UpdateDepth depth, boolean checkJustSet)
void
ObjectReference. writeUpdate(Transaction transaction, UpdateDepth updatedepth)
-
Uses of UpdateDepth in com.db4o.internal.activation
Classes in com.db4o.internal.activation that implement UpdateDepth Modifier and Type Class Description class
FixedUpdateDepth
class
LegacyFixedUpdateDepth
class
LegacyUnspecifiedUpdateDepth
class
TPFixedUpdateDepth
class
TPUnspecifiedUpdateDepth
class
UnspecifiedUpdateDepth
Methods in com.db4o.internal.activation that return UpdateDepth Modifier and Type Method Description UpdateDepth
FixedUpdateDepth. adjust(ClassMetadata clazz)
UpdateDepth
UnspecifiedUpdateDepth. adjust(ClassMetadata clazz)
UpdateDepth
UpdateDepth. adjust(ClassMetadata clazz)
UpdateDepth
FixedUpdateDepth. adjustUpdateDepthForCascade(boolean isCollection)
UpdateDepth
UnspecifiedUpdateDepth. adjustUpdateDepthForCascade(boolean isCollection)
UpdateDepth
UpdateDepth. adjustUpdateDepthForCascade(boolean isCollection)
UpdateDepth
FixedUpdateDepth. descend()
UpdateDepth
UnspecifiedUpdateDepth. descend()
UpdateDepth
UpdateDepth. descend()
-
Uses of UpdateDepth in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return UpdateDepth Modifier and Type Method Description UpdateDepth
MarshallingContext. updateDepth()
Methods in com.db4o.internal.marshall with parameters of type UpdateDepth Modifier and Type Method Description void
MarshallingContext. updateDepth(UpdateDepth depth)
Constructors in com.db4o.internal.marshall with parameters of type UpdateDepth Constructor Description MarshallingContext(Transaction trans, ObjectReference ref, UpdateDepth updateDepth, boolean isNew)
-