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.btreeSubclasses of BTreeUpdate in com.db4o.internal.btree Modifier and Type Class Description classBTreeCancelledRemovalclassBTreeRemoveFields in com.db4o.internal.btree declared as BTreeUpdate Modifier and Type Field Description protected BTreeUpdateBTreeUpdate. _nextMethods in com.db4o.internal.btree that return BTreeUpdate Modifier and Type Method Description BTreeUpdateBTreeUpdate. removeFor(Transaction trans)BTreeUpdateBTreeUpdate. replacePatch(BTreePatch patch, BTreeUpdate update)Methods in com.db4o.internal.btree with parameters of type BTreeUpdate Modifier and Type Method Description voidBTreeUpdate. append(BTreeUpdate patch)BTreeUpdateBTreeUpdate. 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)
 
-