| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticUniqueKeyType> |
AbstractDatabase.getConfiguredSyntheticUniqueKeys() |
List<SyntheticUniqueKeyType> |
Database.getConfiguredSyntheticUniqueKeys()
Get the configured synthetic unique keys.
|
List<SyntheticUniqueKeyType> |
AbstractDatabase.getUnusedSyntheticUniqueKeys() |
List<SyntheticUniqueKeyType> |
Database.getUnusedSyntheticUniqueKeys()
Retrieve the not-yet used synthetic unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.markUsed(SyntheticUniqueKeyType uniqueKey) |
void |
Database.markUsed(SyntheticUniqueKeyType uniqueKey)
Mark a synthetic unique key as used.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SyntheticUniqueKeyType> |
SyntheticObjectsType.uniqueKeys |
| Modifier and Type | Method and Description |
|---|---|
SyntheticUniqueKeyType |
ObjectFactory.createSyntheticUniqueKeyType()
Create an instance of
SyntheticUniqueKeyType |
SyntheticUniqueKeyType |
SyntheticUniqueKeyType.withFields(Collection<String> values) |
SyntheticUniqueKeyType |
SyntheticUniqueKeyType.withFields(List<String> fields) |
SyntheticUniqueKeyType |
SyntheticUniqueKeyType.withFields(String... values) |
SyntheticUniqueKeyType |
SyntheticUniqueKeyType.withName(String value)
The optional unique key name.
|
SyntheticUniqueKeyType |
SyntheticUniqueKeyType.withTables(String value)
A regular expression matching all tables on which to apply this synthetic unique key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticUniqueKeyType> |
SyntheticObjectsType.getUniqueKeys() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticObjectsType |
SyntheticObjectsType.withUniqueKeys(SyntheticUniqueKeyType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticObjectsType.setUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) |
SyntheticObjectsType |
SyntheticObjectsType.withUniqueKeys(Collection<SyntheticUniqueKeyType> values) |
SyntheticObjectsType |
SyntheticObjectsType.withUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) |
Copyright © 2021. All rights reserved.