| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.internal |
| 限定符和类型 | 字段和说明 |
|---|---|
protected FullyQualifiedTable |
IntrospectedTable.fullyQualifiedTable
The fully qualified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FullyQualifiedTable |
IntrospectedTable.getFullyQualifiedTable()
Gets the fully qualified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IntrospectedTable.setFullyQualifiedTable(FullyQualifiedTable fullyQualifiedTable)
Sets the fully qualified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.