| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticPrimaryKeyType> |
AbstractDatabase.getConfiguredSyntheticPrimaryKeys() |
List<SyntheticPrimaryKeyType> |
Database.getConfiguredSyntheticPrimaryKeys()
Get the configured synthetic primary keys.
|
List<SyntheticPrimaryKeyType> |
AbstractDatabase.getUnusedSyntheticPrimaryKeys() |
List<SyntheticPrimaryKeyType> |
Database.getUnusedSyntheticPrimaryKeys()
Retrieve the not-yet used synthetic primary keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.markUsed(SyntheticPrimaryKeyType primaryKey) |
void |
Database.markUsed(SyntheticPrimaryKeyType primaryKey)
Mark a synthetic primary key as used.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SyntheticPrimaryKeyType> |
SyntheticObjectsType.primaryKeys |
| Modifier and Type | Method and Description |
|---|---|
SyntheticPrimaryKeyType |
ObjectFactory.createSyntheticPrimaryKeyType()
Create an instance of
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withFields(Collection<String> values) |
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withFields(List<String> fields) |
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withFields(String... values) |
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withKey(String value)
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
|
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withName(String value)
The optional primary key name.
|
SyntheticPrimaryKeyType |
SyntheticPrimaryKeyType.withTables(String value)
A regular expression matching all tables on which to apply this synthetic primary key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticPrimaryKeyType> |
SyntheticObjectsType.getPrimaryKeys() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticObjectsType |
SyntheticObjectsType.withPrimaryKeys(SyntheticPrimaryKeyType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticObjectsType.setPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) |
SyntheticObjectsType |
SyntheticObjectsType.withPrimaryKeys(Collection<SyntheticPrimaryKeyType> values) |
SyntheticObjectsType |
SyntheticObjectsType.withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) |
Copyright © 2021. All rights reserved.