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