| 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 |
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedTable |
IntrospectedTable.getFullyQualifiedTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntrospectedTable.setFullyQualifiedTable(FullyQualifiedTable fullyQualifiedTable) |
| Modifier and Type | Method and Description |
|---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context) |
Copyright © 2006–2025 MyBatis.org. All rights reserved.