Class DomainBPlusTreeJVSTM_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.adt.bplustree.BPlusTree_Base
pt.ist.fenixframework.adt.bplustree.BPlusTree
pt.ist.fenixframework.adt.bplustree.DomainBPlusTree_Base
pt.ist.fenixframework.adt.bplustree.DomainBPlusTree
pt.ist.fenixframework.DomainBPlusTreeJVSTM_Base
All Implemented Interfaces:
Serializable, Iterable, pt.ist.fenixframework.dml.runtime.DomainBasedMap, pt.ist.fenixframework.DomainObject

public abstract class DomainBPlusTreeJVSTM_Base extends pt.ist.fenixframework.adt.bplustree.DomainBPlusTree
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm

    Nested classes/interfaces inherited from interface pt.ist.fenixframework.dml.runtime.DomainBasedMap

    pt.ist.fenixframework.dml.runtime.DomainBasedMap.Getter<Y extends Serializable>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,pt.ist.fenixframework.DomainBPlusTreeJVSTM>
     
    pt.ist.fenixframework.DomainBPlusTreeData
     
    void
    setTreeData(pt.ist.fenixframework.DomainBPlusTreeData treeData)
     

    Methods inherited from class pt.ist.fenixframework.adt.bplustree.DomainBPlusTree

    initRoot, insert, insert

    Methods inherited from class pt.ist.fenixframework.adt.bplustree.BPlusTree

    contains, containsKey, delete, dump, get, getIndex, getKeys, isEmpty, iterator, myEquals, put, putIfMissing, remove, removeIndex, removeKey, size

    Methods inherited from class pt.ist.fenixframework.adt.bplustree.BPlusTree_Base

    getRelationAdtBPlusTreeHasRootNode, getRoot, setRoot

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface pt.ist.fenixframework.DomainObject

    getExternalId

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • DomainBPlusTreeJVSTM_Base

      protected DomainBPlusTreeJVSTM_Base()
  • Method Details

    • getRelationDomainBPlusTreeJVSTMData

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,pt.ist.fenixframework.DomainBPlusTreeJVSTM> getRelationDomainBPlusTreeJVSTMData()
    • getTreeData

      public pt.ist.fenixframework.DomainBPlusTreeData getTreeData()
    • setTreeData

      public void setTreeData(pt.ist.fenixframework.DomainBPlusTreeData treeData)