| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersRoutineType> |
Matchers.routines |
| Modifier and Type | Method and Description |
|---|---|
MatchersRoutineType |
ObjectFactory.createMatchersRoutineType()
Create an instance of
MatchersRoutineType |
MatchersRoutineType |
MatchersRoutineType.withExpression(String value)
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
|
MatchersRoutineType |
MatchersRoutineType.withRoutineClass(MatcherRule value)
This rule influences the naming of the generated
Routine object. |
MatchersRoutineType |
MatchersRoutineType.withRoutineImplements(String value)
This string provides additional interfaces that a generated
Routine should implement. |
MatchersRoutineType |
MatchersRoutineType.withRoutineMethod(MatcherRule value)
This rule influences the naming of generated convenience methods used to call the
Routine. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchersRoutineType> |
Matchers.getRoutines() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withRoutines(MatchersRoutineType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setRoutines(List<MatchersRoutineType> routines) |
Matchers |
Matchers.withRoutines(Collection<MatchersRoutineType> values) |
Matchers |
Matchers.withRoutines(List<MatchersRoutineType> routines) |
Copyright © 2021. All rights reserved.