Uses of Class
com.db4o.internal.btree.BTreeUpdate
-
Packages that use BTreeUpdate Package Description com.db4o.internal.btree -
-
Uses of BTreeUpdate in com.db4o.internal.btree
Subclasses of BTreeUpdate in com.db4o.internal.btree Modifier and Type Class Description class
BTreeCancelledRemoval
class
BTreeRemove
Fields in com.db4o.internal.btree declared as BTreeUpdate Modifier and Type Field Description protected BTreeUpdate
BTreeUpdate. _next
Methods in com.db4o.internal.btree that return BTreeUpdate Modifier and Type Method Description BTreeUpdate
BTreeUpdate. removeFor(Transaction trans)
BTreeUpdate
BTreeUpdate. replacePatch(BTreePatch patch, BTreeUpdate update)
Methods in com.db4o.internal.btree with parameters of type BTreeUpdate Modifier and Type Method Description void
BTreeUpdate. append(BTreeUpdate patch)
BTreeUpdate
BTreeUpdate. replacePatch(BTreePatch patch, BTreeUpdate update)
Constructors in com.db4o.internal.btree with parameters of type BTreeUpdate Constructor Description BTreeCancelledRemoval(Transaction transaction, java.lang.Object originalKey, java.lang.Object newKey, BTreeUpdate existingPatches)
-