|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableConfiguration | |
|---|---|
| org.mybatis.generator.api | Provides the main classes and interfaces used by clients of MyBatis Generator. |
| org.mybatis.generator.config | |
| org.mybatis.generator.internal | |
| org.mybatis.generator.internal.db | |
| org.mybatis.generator.internal.rules | |
| Uses of TableConfiguration in org.mybatis.generator.api |
|---|
| Fields in org.mybatis.generator.api declared as TableConfiguration | |
|---|---|
protected TableConfiguration |
IntrospectedTable.tableConfiguration
|
| Methods in org.mybatis.generator.api that return TableConfiguration | |
|---|---|
TableConfiguration |
IntrospectedTable.getTableConfiguration()
|
| Methods in org.mybatis.generator.api with parameters of type TableConfiguration | |
|---|---|
void |
IntrospectedTable.setTableConfiguration(TableConfiguration tableConfiguration)
|
| Uses of TableConfiguration in org.mybatis.generator.config |
|---|
| Methods in org.mybatis.generator.config that return types with arguments of type TableConfiguration | |
|---|---|
List<TableConfiguration> |
Context.getTableConfigurations()
|
| Methods in org.mybatis.generator.config with parameters of type TableConfiguration | |
|---|---|
void |
Context.addTableConfiguration(TableConfiguration tc)
|
| Uses of TableConfiguration in org.mybatis.generator.internal |
|---|
| Methods in org.mybatis.generator.internal with parameters of type TableConfiguration | |
|---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
|
| Uses of TableConfiguration in org.mybatis.generator.internal.db |
|---|
| Methods in org.mybatis.generator.internal.db with parameters of type TableConfiguration | |
|---|---|
List<IntrospectedTable> |
DatabaseIntrospector.introspectTables(TableConfiguration tc)
Returns a List |
| Uses of TableConfiguration in org.mybatis.generator.internal.rules |
|---|
| Fields in org.mybatis.generator.internal.rules declared as TableConfiguration | |
|---|---|
protected TableConfiguration |
BaseRules.tableConfiguration
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||