Package org.neodatis.odb.impl.core.btree

NeoDatis ODB BTree implementation.

See:
          Description

Class Summary
LazyODBBTreeIteratorMultiple A Lazy BTree Iterator : It iterate on the object OIDs and lazy load objects from them (OIDs) Used by the LazyBTreeCollection
LazyODBBTreeIteratorSIngle A Lazy BTree Iterator : It iterate on the object OIDs and lazy load objects from them (OIDs) Used by the LazyBTreeCollection
LazyODBBTreePersister Class that persists the BTree and its node into the NeoDatis ODB Database.
ODBBTreeMultiple The NeoDatis ODB BTree.
ODBBTreeNodeMultiple The NeoDatis ODB BTree Node implementation.
ODBBTreeNodeSingle The NeoDatis ODB BTree Node implementation.
ODBBTreeSingle The NeoDatis ODB BTree.
 

Package org.neodatis.odb.impl.core.btree Description

NeoDatis ODB BTree implementation. This implementation extends the org.neodatis.btree generic implementation to provide persistence capability via the LazyODBBtreePersister class.