| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticForeignKeyType> |
AbstractDatabase.getConfiguredSyntheticForeignKeys() |
List<SyntheticForeignKeyType> |
Database.getConfiguredSyntheticForeignKeys()
Get the configured synthetic foreign keys.
|
List<SyntheticForeignKeyType> |
AbstractDatabase.getUnusedSyntheticForeignKeys() |
List<SyntheticForeignKeyType> |
Database.getUnusedSyntheticForeignKeys()
Retrieve the not-yet used synthetic foreign keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.markUsed(SyntheticForeignKeyType foreignKey) |
void |
Database.markUsed(SyntheticForeignKeyType foreignKey)
Mark a synthetic foreign key as used.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SyntheticForeignKeyType> |
SyntheticObjectsType.foreignKeys |
| Modifier and Type | Method and Description |
|---|---|
SyntheticForeignKeyType |
ObjectFactory.createSyntheticForeignKeyType()
Create an instance of
SyntheticForeignKeyType |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withFields(Collection<String> values) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withFields(List<String> fields) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withFields(String... values) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withName(String value)
The optional foreign key name.
|
SyntheticForeignKeyType |
SyntheticForeignKeyType.withReferencedFields(Collection<String> values) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withReferencedFields(List<String> referencedFields) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withReferencedFields(String... values) |
SyntheticForeignKeyType |
SyntheticForeignKeyType.withReferencedKey(String value)
A regular expression matching a key that is referenced by this synthetic foreign key.
|
SyntheticForeignKeyType |
SyntheticForeignKeyType.withReferencedTable(String value)
A regular expression matching a table that is referenced by this synthetic foreign key.
|
SyntheticForeignKeyType |
SyntheticForeignKeyType.withTables(String value)
A regular expression matching all tables on which to apply this synthetic foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticForeignKeyType> |
SyntheticObjectsType.getForeignKeys() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticObjectsType |
SyntheticObjectsType.withForeignKeys(SyntheticForeignKeyType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticObjectsType.setForeignKeys(List<SyntheticForeignKeyType> foreignKeys) |
SyntheticObjectsType |
SyntheticObjectsType.withForeignKeys(Collection<SyntheticForeignKeyType> values) |
SyntheticObjectsType |
SyntheticObjectsType.withForeignKeys(List<SyntheticForeignKeyType> foreignKeys) |
Copyright © 2021. All rights reserved.