Uses of Class
com.db4o.internal.btree.BTreePatch
-
Packages that use BTreePatch Package Description com.db4o.internal.btree -
-
Uses of BTreePatch in com.db4o.internal.btree
Subclasses of BTreePatch in com.db4o.internal.btree Modifier and Type Class Description class
BTreeAdd
class
BTreeCancelledRemoval
class
BTreeRemove
class
BTreeUpdate
Methods in com.db4o.internal.btree that return BTreePatch Modifier and Type Method Description BTreePatch
BTreeAdd. forTransaction(Transaction trans)
abstract BTreePatch
BTreePatch. forTransaction(Transaction trans)
BTreePatch
BTreeUpdate. forTransaction(Transaction trans)
Methods in com.db4o.internal.btree with parameters of type BTreePatch Modifier and Type Method Description BTreeUpdate
BTreeUpdate. replacePatch(BTreePatch patch, BTreeUpdate update)
-