Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom | |
org.mybatis.generator.codegen | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements | |
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements | |
org.mybatis.generator.config | |
org.mybatis.generator.config.xml | |
org.mybatis.generator.internal | |
org.mybatis.generator.internal.db | |
org.mybatis.generator.internal.rules | |
org.mybatis.generator.internal.types |
Class and Description |
---|
Configuration |
Context |
GeneratedKey
This class specifies that a key is auto-generated, either as an identity
column (post insert), or as some other query like a sequences (pre insert).
|
TableConfiguration |
Class and Description |
---|
Context |
Class and Description |
---|
Context |
Class and Description |
---|
GeneratedKey
This class specifies that a key is auto-generated, either as an identity
column (post insert), or as some other query like a sequences (pre insert).
|
Class and Description |
---|
GeneratedKey
This class specifies that a key is auto-generated, either as an identity
column (post insert), or as some other query like a sequences (pre insert).
|
Class and Description |
---|
ColumnOverride |
ColumnRenamingRule
This class is used to specify a renaming rule for columns in a table.
|
CommentGeneratorConfiguration |
Context |
GeneratedKey
This class specifies that a key is auto-generated, either as an identity
column (post insert), or as some other query like a sequences (pre insert).
|
IgnoredColumn |
JavaClientGeneratorConfiguration |
JavaModelGeneratorConfiguration |
JavaTypeResolverConfiguration |
JDBCConnectionConfiguration |
ModelType
Typesafe enum of different model types
|
PluginConfiguration |
PropertyHolder |
SqlMapGeneratorConfiguration |
TableConfiguration |
TypedPropertyHolder |
Class and Description |
---|
Configuration |
Class and Description |
---|
Context |
PluginConfiguration |
TableConfiguration |
Class and Description |
---|
Context |
JDBCConnectionConfiguration |
TableConfiguration |
Class and Description |
---|
TableConfiguration |
Class and Description |
---|
Context |
Copyright © 2010–2018 MyBatis.org. All rights reserved.