Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static View |
RelationalModelFactory.createView(Repository.UnitOfWork transaction,
Repository repository,
Model parentModel,
String viewName) |
Modifier and Type | Field and Description |
---|---|
static View[] |
View.NO_VIEWS
An empty array of views.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<View> |
View.RESOLVER
The resolver of a
View . |
Modifier and Type | Method and Description |
---|---|
View |
Model.addView(Repository.UnitOfWork transaction,
String viewName) |
View[] |
Model.getViews(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ViewImpl
An implementation of a relational model view.
|
Modifier and Type | Method and Description |
---|---|
View |
ModelImpl.addView(Repository.UnitOfWork transaction,
String viewName) |
View[] |
ModelImpl.getViews(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.