| 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 |
|---|---|
<P extends TypedTreeMetaModel,T extends BranchNodeMetaModel> |
TypedTreeJDBCCruder.Session.loadRootNode(BranchNodeType<P,T> nodeType,
Object id) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreTreeModel |
| Modifier and Type | Class and Description |
|---|---|
class |
DBSchemaTreeModel |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingTreeModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITree<P extends TypedTreeMetaModel,R extends BranchNodeMetaModel>
A typed tree is a generic tree corresponds with a meta model
|
class |
TypedTreeMetaModel<T extends TypedTreeMetaModel>
A typed tree meta model defines all root nodes (trees) of this model.
|
static class |
TypedTreeMetaModel.RootBranchNode<P extends TypedTreeMetaModel,R extends BranchNodeMetaModel>
A root node represents a typed tree
|
| Modifier and Type | Method and Description |
|---|---|
protected <M extends TypedTreeMetaModel> |
ModelRegistry.getCachedTypedTreeMetaModel(Class<M> clazz) |
static <M extends TypedTreeMetaModel> |
TypedTreeMetaModel.getInstance(Class<M> modelClass)
get cached model instanced by
modelClass |
static <M extends TypedTreeMetaModel> |
ModelRegistry.getTypedTreeMetaModel(Class<M> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static XMLMarshaller |
XMLMarshaller.getForTreeModel(Class<? extends TypedTreeMetaModel<?>> modelClass) |
| Constructor and Description |
|---|
RootBranchNode(BranchNodeType<P,R> type,
Class<? extends TypedTreeMetaModel<?>> modelClass)
Constructor of root node.
|
Copyright © 2020. All rights reserved.