| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersEmbeddableType> |
Matchers.embeddables |
| Modifier and Type | Method and Description |
|---|---|
MatchersEmbeddableType |
ObjectFactory.createMatchersEmbeddableType()
Create an instance of
MatchersEmbeddableType |
MatchersEmbeddableType |
MatchersEmbeddableType.withExpression(String value)
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
|
MatchersEmbeddableType |
MatchersEmbeddableType.withInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
EmbeddableRecord and/or the POJO. |
MatchersEmbeddableType |
MatchersEmbeddableType.withInterfaceImplements(String value)
This string provides additional interfaces that a generated interface (which is implemented by the
EmbeddableRecord and/or POJO) should implement. |
MatchersEmbeddableType |
MatchersEmbeddableType.withPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
MatchersEmbeddableType |
MatchersEmbeddableType.withPojoExtends(String value)
This string provides a super class that a generated POJO should extend.
|
MatchersEmbeddableType |
MatchersEmbeddableType.withPojoImplements(String value)
This string provides additional interfaces that a generated POJO should implement.
|
MatchersEmbeddableType |
MatchersEmbeddableType.withRecordClass(MatcherRule value)
This rule influences the naming of the generated
EmbeddableRecord object. |
MatchersEmbeddableType |
MatchersEmbeddableType.withRecordImplements(String value)
This string provides additional interfaces that a generated
EmbeddableRecord should implement. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchersEmbeddableType> |
Matchers.getEmbeddables() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withEmbeddables(MatchersEmbeddableType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setEmbeddables(List<MatchersEmbeddableType> embeddables) |
Matchers |
Matchers.withEmbeddables(Collection<MatchersEmbeddableType> values) |
Matchers |
Matchers.withEmbeddables(List<MatchersEmbeddableType> embeddables) |
Copyright © 2021. All rights reserved.