| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersCatalogType> |
Matchers.catalogs |
| Modifier and Type | Method and Description |
|---|---|
MatchersCatalogType |
ObjectFactory.createMatchersCatalogType()
Create an instance of
MatchersCatalogType |
MatchersCatalogType |
MatchersCatalogType.withCatalogClass(MatcherRule value)
This rule influences the naming of the generated
Catalog object. |
MatchersCatalogType |
MatchersCatalogType.withCatalogIdentifier(MatcherRule value)
This rule influences the naming of the generated
Catalog identifier. |
MatchersCatalogType |
MatchersCatalogType.withCatalogImplements(String value)
This string provides additional interfaces that a generated
Catalog should implement. |
MatchersCatalogType |
MatchersCatalogType.withExpression(String value)
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchersCatalogType> |
Matchers.getCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withCatalogs(MatchersCatalogType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setCatalogs(List<MatchersCatalogType> catalogs) |
Matchers |
Matchers.withCatalogs(Collection<MatchersCatalogType> values) |
Matchers |
Matchers.withCatalogs(List<MatchersCatalogType> catalogs) |
Copyright © 2021. All rights reserved.