| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersTableType> |
Matchers.tables |
| Modifier and Type | Method and Description |
|---|---|
MatchersTableType |
ObjectFactory.createMatchersTableType()
Create an instance of
MatchersTableType |
MatchersTableType |
MatchersTableType.withDaoClass(MatcherRule value)
This rule influences the naming of the generated
DAO object. |
MatchersTableType |
MatchersTableType.withDaoImplements(String value)
This string provides additional interfaces that a generated
DAO should implement. |
MatchersTableType |
MatchersTableType.withExpression(String value)
This table matcher applies to all unqualified or qualified table names matched by this expression.
|
MatchersTableType |
MatchersTableType.withInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
TableRecord and/or the POJO. |
MatchersTableType |
MatchersTableType.withInterfaceImplements(String value)
This string provides additional interfaces that a generated interface (which is implemented by the
TableRecord and/or POJO) should implement. |
MatchersTableType |
MatchersTableType.withPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
MatchersTableType |
MatchersTableType.withPojoExtends(String value)
This string provides a super class that a generated POJO should extend.
|
MatchersTableType |
MatchersTableType.withPojoImplements(String value)
This string provides additional interfaces that a generated POJO should implement.
|
MatchersTableType |
MatchersTableType.withRecordClass(MatcherRule value)
This rule influences the naming of the generated
TableRecord object. |
MatchersTableType |
MatchersTableType.withRecordImplements(String value)
This string provides additional interfaces that a generated
TableRecord should implement. |
MatchersTableType |
MatchersTableType.withTableClass(MatcherRule value)
This rule influences the naming of the generated
Table object. |
MatchersTableType |
MatchersTableType.withTableIdentifier(MatcherRule value)
This rule influences the naming of the generated
Table identifier. |
MatchersTableType |
MatchersTableType.withTableImplements(String value)
This string provides additional interfaces that a generated
Table should implement. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchersTableType> |
Matchers.getTables() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withTables(MatchersTableType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setTables(List<MatchersTableType> tables) |
Matchers |
Matchers.withTables(Collection<MatchersTableType> values) |
Matchers |
Matchers.withTables(List<MatchersTableType> tables) |
Copyright © 2021. All rights reserved.