| 程序包 | 说明 |
|---|---|
| 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 |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TableConfiguration |
IntrospectedTable.tableConfiguration
The table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableConfiguration |
IntrospectedTable.getTableConfiguration()
Gets the table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IntrospectedTable.setTableConfiguration(TableConfiguration tableConfiguration)
Sets the table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableConfiguration> |
Context.getTableConfigurations()
Gets the table configurations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Context.addTableConfiguration(TableConfiguration tc)
Adds the table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
Creates a new Object object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IntrospectedTable> |
DatabaseIntrospector.introspectTables(TableConfiguration tc)
Returns a List of IntrospectedTable elements that matches the specified table configuration.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected TableConfiguration |
BaseRules.tableConfiguration
The table configuration.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.