Class BPlusTreeArray_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.adt.bplustree.BPlusTreeArray_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class BPlusTreeArray_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

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

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.BPlusTreeArray,pt.ist.fenixframework.adt.bplustree.AbstractNodeArray>
     
    pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
     
    void
    setRoot(pt.ist.fenixframework.adt.bplustree.AbstractNodeArray root)
     

    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
  • Constructor Details

    • BPlusTreeArray_Base

      protected BPlusTreeArray_Base()
  • Method Details

    • getRelationBPlusTreeArrayHasRootNode

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.BPlusTreeArray,pt.ist.fenixframework.adt.bplustree.AbstractNodeArray> getRelationBPlusTreeArrayHasRootNode()
    • getRoot

      public pt.ist.fenixframework.adt.bplustree.AbstractNodeArray getRoot()
    • setRoot

      public void setRoot(pt.ist.fenixframework.adt.bplustree.AbstractNodeArray root)