| Package | Description |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.internal |
| Modifier and Type | Field and Description |
|---|---|
protected FullyQualifiedTable |
IntrospectedTable.fullyQualifiedTable
The fully qualified table.
|
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedTable |
IntrospectedTable.getFullyQualifiedTable()
Gets the fully qualified table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntrospectedTable.setFullyQualifiedTable(FullyQualifiedTable fullyQualifiedTable)
Sets the fully qualified table.
|
| Modifier and Type | Method and Description |
|---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.