| Package | Description |
|---|---|
| org.sodeac.common.jdbc | |
| org.sodeac.common.model | |
| org.sodeac.common.model.dbschema | |
| org.sodeac.common.model.logging | |
| org.sodeac.common.typedtree |
| Modifier and Type | Method and Description |
|---|---|
<T extends BranchNodeMetaModel> |
TypedTreeJDBCCruder.Session.loadListByReferencedNode(BranchNodeListType<? extends BranchNodeMetaModel,T> type,
Object[] searchValues,
Function<Object[],Collection<BranchNode<? extends BranchNodeMetaModel,T>>> nodeFactory) |
<P extends BranchNodeMetaModel,T extends BranchNodeMetaModel> |
TypedTreeJDBCCruder.Session.loadReferencedChildNodes(BranchNode<? extends BranchNodeMetaModel,P> node,
BranchNodeListType<P,T> childNodeType) |
| Modifier and Type | Field and Description |
|---|---|
static BranchNodeListType<StacktraceNodeType,StacktraceElementNodeType> |
StacktraceNodeType.elements |
| Modifier and Type | Field and Description |
|---|---|
static BranchNodeListType<TableNodeType,ColumnNodeType> |
TableNodeType.columns |
static BranchNodeListType<DBSchemaNodeType,EventConsumerNodeType> |
DBSchemaNodeType.consumers |
static BranchNodeListType<TableNodeType,EventConsumerNodeType> |
TableNodeType.consumers |
static BranchNodeListType<TableNodeType,IndexNodeType> |
TableNodeType.indices |
static BranchNodeListType<IndexNodeType,IndexColumnNodeType> |
IndexNodeType.members |
static BranchNodeListType<DBSchemaNodeType,TableNodeType> |
DBSchemaNodeType.tables |
| Modifier and Type | Field and Description |
|---|---|
static BranchNodeListType<LogEventListChunkNodeType,LogEventNodeType> |
LogEventListChunkNodeType.chunk |
static BranchNodeListType<LogEventNodeType,LogPropertyNodeType> |
LogEventNodeType.propertyList |
| Modifier and Type | Method and Description |
|---|---|
List<BranchNodeListType> |
BranchNodeMetaModel.getBranchNodeListTypeList() |
List<BranchNodeListType> |
BranchNode.getBranchNodeListTypeList()
returns all branch node list types of model
|
| Modifier and Type | Method and Description |
|---|---|
<X extends BranchNodeMetaModel> |
BranchNode.clear(BranchNodeListType<T,X> nodeType)
Remove all child nodes of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.create(BranchNodeListType<T,X> nodeType)
Creates new a child node of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.create(BranchNodeListType<T,X> nodeType,
BiConsumer<BranchNode<P,T>,BranchNode<T,X>> consumer)
Creates new a child node of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.createIfAbsent(BranchNodeListType<T,X> nodeType,
Predicate<BranchNode<T,X>> predicate,
BiConsumer<BranchNode<P,T>,BranchNode<T,X>> consumer)
Creates a new child node of requested
BranchNodeListType, if no item exists matched by predicate. |
<X extends BranchNodeMetaModel> |
BranchNode.get(BranchNodeListType<T,X> nodeType,
Predicate<BranchNode<T,X>> predicate)
Get first matched child node of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.getUnmodifiableNodeList(BranchNodeListType<T,X> nodeType)
Getter for unmodifiable child node list with all child nodes of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.getUnmodifiableNodeListSnapshot(BranchNodeListType<T,X> nodeType)
Getter for a snapshot of unmodifiable child node list with all child nodes of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.getUnmodifiableNodeListSnapshot(BranchNodeListType<T,X> nodeType,
Predicate<BranchNode<T,X>> predicate)
Getter for a snapshot of unmodifiable child node list with filtered child nodes of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.remove(BranchNodeListType<T,X> nodeType,
BranchNode<P,T> node)
Remove child node of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.remove(BranchNodeListType<T,X> nodeType,
int index)
Remove child node of requested
BranchNodeListType. |
<X extends BranchNodeMetaModel> |
BranchNode.setComperator(BranchNodeListType<T,X> nodeType,
Comparator<BranchNode<T,X>> comparator)
Sets a comparator to sort all child nodes for requested
BranchNodeListType. |
Copyright © 2020. All rights reserved.