Uses of Package
org.mybatis.generator.config

Packages that use org.mybatis.generator.config
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.ibatis2.sqlmap.elements   
org.mybatis.generator.codegen.mybatis3.javamapper.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   
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.api
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
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.api.dom
Context
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.codegen
Context
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.codegen.ibatis2.sqlmap.elements
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).
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.codegen.mybatis3.javamapper.elements
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).
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.config
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
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.config.xml
Configuration
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.internal
Context
           
PluginConfiguration
           
TableConfiguration
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.internal.db
Context
           
JDBCConnectionConfiguration
           
TableConfiguration
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.internal.rules
TableConfiguration
           
 

Classes in org.mybatis.generator.config used by org.mybatis.generator.internal.types
Context
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.