Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static Table.OnCommit |
Table.OnCommit.fromValue(String value) |
Table.OnCommit |
Table.getOnCommitValue(Repository.UnitOfWork transaction) |
static Table.OnCommit |
Table.OnCommit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.OnCommit[] |
Table.OnCommit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setOnCommitValue(Repository.UnitOfWork transaction,
Table.OnCommit newOnCommit) |
Modifier and Type | Method and Description |
---|---|
Table.OnCommit |
TableImpl.getOnCommitValue(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
TableImpl.setOnCommitValue(Repository.UnitOfWork uow,
Table.OnCommit newOnCommit) |
Copyright © 2013–2019. All rights reserved.