Package pt.ist.fenixframework
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.SerializedFormNested classes/interfaces inherited from interface pt.ist.fenixframework.dml.runtime.DomainBasedMap
pt.ist.fenixframework.dml.runtime.DomainBasedMap.Getter<Y extends Serializable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,pt.ist.fenixframework.DomainBPlusTreeJVSTM> pt.ist.fenixframework.DomainBPlusTreeDatavoidsetTreeData(pt.ist.fenixframework.DomainBPlusTreeData treeData) Methods inherited from class pt.ist.fenixframework.adt.bplustree.DomainBPlusTree
initRoot, insert, insertMethods inherited from class pt.ist.fenixframework.adt.bplustree.BPlusTree
contains, containsKey, delete, dump, get, getIndex, getKeys, isEmpty, iterator, myEquals, put, putIfMissing, remove, removeIndex, removeKey, sizeMethods inherited from class pt.ist.fenixframework.adt.bplustree.BPlusTree_Base
getRelationAdtBPlusTreeHasRootNode, getRoot, setRootMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface pt.ist.fenixframework.DomainObject
getExternalIdMethods 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)
-