Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static PrimaryKey |
RelationalModelFactory.createPrimaryKey(Repository.UnitOfWork transaction,
Repository repository,
Table parentTable,
String primaryKeyName) |
Modifier and Type | Field and Description |
---|---|
static TypeResolver<PrimaryKey> |
PrimaryKey.RESOLVER
The resolver of a
PrimaryKey . |
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
Table.getPrimaryKey(Repository.UnitOfWork transaction) |
PrimaryKey |
View.setPrimaryKey(Repository.UnitOfWork transaction,
String newPrimaryKeyName) |
PrimaryKey |
Table.setPrimaryKey(Repository.UnitOfWork transaction,
String newPrimaryKeyName) |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryKeyImpl
An implementation of a relational model primary key.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
TableImpl.getPrimaryKey(Repository.UnitOfWork transaction) |
PrimaryKey |
ViewImpl.setPrimaryKey(Repository.UnitOfWork transaction,
String newPrimaryKeyName) |
PrimaryKey |
TableImpl.setPrimaryKey(Repository.UnitOfWork transaction,
String newPrimaryKeyName) |
Copyright © 2013–2019. All rights reserved.