Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected TableConfiguration |
IntrospectedTable.tableConfiguration |
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
IntrospectedTable.getTableConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectedTable.setTableConfiguration(TableConfiguration tableConfiguration) |
Modifier and Type | Method and Description |
---|---|
List<TableConfiguration> |
Context.getTableConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
Context.addTableConfiguration(TableConfiguration tc) |
Modifier and Type | Method and Description |
---|---|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<IntrospectedTable> |
DatabaseIntrospector.introspectTables(TableConfiguration tc)
Returns a List
|
Modifier and Type | Field and Description |
---|---|
protected TableConfiguration |
BaseRules.tableConfiguration |
Copyright © 2010–2018 MyBatis.org. All rights reserved.