|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MasterDataTable | |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb | |
| Uses of MasterDataTable in org.jooq.util |
|---|
| Methods in org.jooq.util that return types with arguments of type MasterDataTable | |
|---|---|
List<MasterDataTable> |
Database.getConfiguredMasterDataTables()
Database objects matching any of these table names will be generated as master data tables. |
List<MasterDataTable> |
AbstractDatabase.getConfiguredMasterDataTables()
|
| Method parameters in org.jooq.util with type arguments of type MasterDataTable | |
|---|---|
void |
Database.setConfiguredMasterDataTables(List<MasterDataTable> tables)
Database objects matching any of these table names will be generated as master data tables. |
void |
AbstractDatabase.setConfiguredMasterDataTables(List<MasterDataTable> configuredMasterDataTables)
|
| Uses of MasterDataTable in org.jooq.util.jaxb |
|---|
| Fields in org.jooq.util.jaxb with type parameters of type MasterDataTable | |
|---|---|
protected List<MasterDataTable> |
Database.masterDataTables
|
| Methods in org.jooq.util.jaxb that return MasterDataTable | |
|---|---|
MasterDataTable |
MasterDataTable.withDescription(String value)
|
MasterDataTable |
MasterDataTable.withLiteral(String value)
|
MasterDataTable |
MasterDataTable.withName(String value)
|
| Methods in org.jooq.util.jaxb that return types with arguments of type MasterDataTable | |
|---|---|
List<MasterDataTable> |
Database.getMasterDataTables()
|
| Methods in org.jooq.util.jaxb with parameters of type MasterDataTable | |
|---|---|
Database |
Database.withMasterDataTables(MasterDataTable... values)
|
| Method parameters in org.jooq.util.jaxb with type arguments of type MasterDataTable | |
|---|---|
Database |
Database.withMasterDataTables(Collection<MasterDataTable> values)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||