| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddableDefinitionType> |
AbstractDatabase.getConfiguredEmbeddables() |
List<EmbeddableDefinitionType> |
Database.getConfiguredEmbeddables()
Get the configured embeddable type definitions for any given
Definition. |
List<EmbeddableDefinitionType> |
AbstractDatabase.getUnusedEmbeddables() |
List<EmbeddableDefinitionType> |
Database.getUnusedEmbeddables()
Retrieve the not-yet used embeddables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.markUsed(EmbeddableDefinitionType embeddable) |
void |
Database.markUsed(EmbeddableDefinitionType embeddable)
Mark an embeddable as used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables) |
void |
Database.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables)
Configure the embeddable types.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<EmbeddableDefinitionType> |
Database.embeddables |
| Modifier and Type | Method and Description |
|---|---|
EmbeddableDefinitionType |
ObjectFactory.createEmbeddableDefinitionType()
Create an instance of
EmbeddableDefinitionType |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withCatalog(String value)
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withComment(String value)
The defining comment on the embeddable type.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(Collection<EmbeddableField> values) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(EmbeddableField... values) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(List<EmbeddableField> fields) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withName(String value)
The defining name of the embeddable type.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withReferencingComment(String value)
The referencing comment on the embeddable type, defaulting to the defining comment.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withReferencingName(String value)
The referencing name of the embeddable type, defaulting to the defining name.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withReplacesFields(Boolean value) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withSchema(String value)
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withTables(String value)
A regular expression matching the tables to which to apply the embeddable definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddableDefinitionType> |
Database.getEmbeddables() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withEmbeddables(EmbeddableDefinitionType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setEmbeddables(List<EmbeddableDefinitionType> embeddables) |
Database |
Database.withEmbeddables(Collection<EmbeddableDefinitionType> values) |
Database |
Database.withEmbeddables(List<EmbeddableDefinitionType> embeddables) |
Copyright © 2021. All rights reserved.