| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticIdentityType> |
AbstractDatabase.getConfiguredSyntheticIdentities() |
List<SyntheticIdentityType> |
Database.getConfiguredSyntheticIdentities()
Get the configured synthetic identities.
|
List<SyntheticIdentityType> |
AbstractDatabase.getUnusedSyntheticIdentities() |
List<SyntheticIdentityType> |
Database.getUnusedSyntheticIdentities()
Retrieve the not-yet used synthetic identities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.markUsed(SyntheticIdentityType identity) |
void |
Database.markUsed(SyntheticIdentityType identity)
Mark a synthetic identity as used.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SyntheticIdentityType> |
SyntheticObjectsType.identities |
| Modifier and Type | Method and Description |
|---|---|
SyntheticIdentityType |
ObjectFactory.createSyntheticIdentityType()
Create an instance of
SyntheticIdentityType |
SyntheticIdentityType |
SyntheticIdentityType.withFields(String value)
A regular expression matching all fields on which to apply this synthetic identity.
|
SyntheticIdentityType |
SyntheticIdentityType.withTables(String value)
A regular expression matching all tables on which to apply this synthetic identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticIdentityType> |
SyntheticObjectsType.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticObjectsType |
SyntheticObjectsType.withIdentities(SyntheticIdentityType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticObjectsType.setIdentities(List<SyntheticIdentityType> identities) |
SyntheticObjectsType |
SyntheticObjectsType.withIdentities(Collection<SyntheticIdentityType> values) |
SyntheticObjectsType |
SyntheticObjectsType.withIdentities(List<SyntheticIdentityType> identities) |
Copyright © 2021. All rights reserved.