Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal | |
org.komodo.relational.vdb | |
org.komodo.relational.vdb.internal |
Modifier and Type | Method and Description |
---|---|
static ModelSource |
RelationalModelFactory.createModelSource(Repository.UnitOfWork transaction,
Repository repository,
Model parentModel,
String sourceName) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
Model.addSource(Repository.UnitOfWork transaction,
String sourceName) |
ModelSource[] |
Model.getSources(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
ModelImpl.addSource(Repository.UnitOfWork transaction,
String sourceName) |
ModelSource[] |
ModelImpl.getSources(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Field and Description |
---|---|
static ModelSource[] |
ModelSource.NO_SOURCES
An empty array of model sources.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<ModelSource> |
ModelSource.RESOLVER
The resolver of a
ModelSource . |
Modifier and Type | Class and Description |
---|---|
class |
ModelSourceImpl
An implementation of a VDB model source.
|
Copyright © 2013–2019. All rights reserved.