Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.config |
Constructor and Description |
---|
FullyQualifiedTable(String introspectedCatalog,
String introspectedSchema,
String introspectedTableName,
String domainObjectName,
String alias,
boolean ignoreQualifiersAtRuntime,
String runtimeCatalog,
String runtimeSchema,
String runtimeTableName,
boolean delimitIdentifiers,
DomainObjectRenamingRule domainObjectRenamingRule,
Context context)
This object is used to hold information related to the table itself, not the columns in the
table.
|
Modifier and Type | Method and Description |
---|---|
DomainObjectRenamingRule |
TableConfiguration.getDomainObjectRenamingRule() |
Modifier and Type | Method and Description |
---|---|
void |
TableConfiguration.setDomainObjectRenamingRule(DomainObjectRenamingRule domainObjectRenamingRule) |
Copyright © 2006–2024 MyBatis.org. All rights reserved.