Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MappedTable> |
MappedSchema.tables |
Modifier and Type | Method and Description |
---|---|
MappedTable |
ObjectFactory.createMappedTable()
Create an instance of
MappedTable |
MappedTable |
MappedTable.withInput(java.lang.String value) |
MappedTable |
MappedTable.withInputExpression(java.util.regex.Pattern value) |
MappedTable |
MappedTable.withOutput(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MappedTable> |
MappedSchema.getTables() |
Modifier and Type | Method and Description |
---|---|
MappedSchema |
MappedSchema.withTables(MappedTable... values) |
Modifier and Type | Method and Description |
---|---|
void |
MappedSchema.setTables(java.util.List<MappedTable> tables) |
MappedSchema |
MappedSchema.withTables(java.util.Collection<MappedTable> values) |
MappedSchema |
MappedSchema.withTables(java.util.List<MappedTable> tables) |
Copyright © 2018. All Rights Reserved.