| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<EmbeddableField> |
EmbeddableDefinitionType.fields |
| Modifier and Type | Method and Description |
|---|---|
EmbeddableField |
ObjectFactory.createEmbeddableField()
Create an instance of
EmbeddableField |
EmbeddableField |
EmbeddableField.withExpression(String value)
A regex matching all column names that are part of the embeddable type.
|
EmbeddableField |
EmbeddableField.withName(String value)
A name for the field in case the regex does not produce unique names for all matches.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddableField> |
EmbeddableDefinitionType.getFields() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(EmbeddableField... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddableDefinitionType.setFields(List<EmbeddableField> fields) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(Collection<EmbeddableField> values) |
EmbeddableDefinitionType |
EmbeddableDefinitionType.withFields(List<EmbeddableField> fields) |
Copyright © 2021. All rights reserved.