Uses of Package
org.mybatis.generator.api

Packages that use org.mybatis.generator.api
org.mybatis.generator.ant   
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   
org.mybatis.generator.codegen.ibatis2.dao.elements   
org.mybatis.generator.codegen.ibatis2.dao.templates   
org.mybatis.generator.codegen.ibatis2.sqlmap.elements   
org.mybatis.generator.codegen.mybatis3   
org.mybatis.generator.codegen.mybatis3.javamapper.elements   
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider   
org.mybatis.generator.config   
org.mybatis.generator.internal   
org.mybatis.generator.internal.db   
org.mybatis.generator.internal.rules   
org.mybatis.generator.internal.types   
org.mybatis.generator.plugins   
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.ant
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.api
FullyQualifiedTable
           
GeneratedFile
          Abstract class that holds information common to all generated files.
GeneratedJavaFile
           
GeneratedXmlFile
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
IntrospectedTable.InternalAttribute
           
IntrospectedTable.TargetRuntime
           
JavaFormatter
          Objects implementing this interface are used to convert the internal representation of the Java DOM classes into a string suitable for saving to the file system.
Plugin
          This interface defines methods that will be called at different times during the code generation process.
Plugin.ModelClassType
           
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
ShellCallback
          This interface defines methods that a shell should support to enable the generator to work.
XmlFormatter
          Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.api.dom
JavaFormatter
          Objects implementing this interface are used to convert the internal representation of the Java DOM classes into a string suitable for saving to the file system.
XmlFormatter
          Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.ibatis2
GeneratedJavaFile
           
GeneratedXmlFile
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.ibatis2.dao.elements
DAOMethodNameCalculator
          This interface is used to supply names for DAO methods.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.ibatis2.dao.templates
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts.
IntrospectedTable
          Base class for all code generator implementations.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.ibatis2.sqlmap.elements
IntrospectedColumn
          This class holds information about an introspected column.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.mybatis3
GeneratedJavaFile
           
GeneratedXmlFile
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.mybatis3.javamapper.elements
IntrospectedColumn
          This class holds information about an introspected column.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
IntrospectedColumn
          This class holds information about an introspected column.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.config
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts.
GeneratedJavaFile
           
GeneratedXmlFile
           
JavaFormatter
          Objects implementing this interface are used to convert the internal representation of the Java DOM classes into a string suitable for saving to the file system.
Plugin
          This interface defines methods that will be called at different times during the code generation process.
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
XmlFormatter
          Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.internal
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts.
DAOMethodNameCalculator
          This interface is used to supply names for DAO methods.
FullyQualifiedTable
           
GeneratedJavaFile
           
GeneratedXmlFile
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
JavaFormatter
          Objects implementing this interface are used to convert the internal representation of the Java DOM classes into a string suitable for saving to the file system.
JavaTypeResolver
          This interface describes methods that are required in any Java type resolver.
Plugin
          This interface defines methods that will be called at different times during the code generation process.
Plugin.ModelClassType
           
ProgressCallback
          This interface can be implemented to return progress information from the file generation process.
ShellCallback
          This interface defines methods that a shell should support to enable the generator to work.
XmlFormatter
          Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.internal.db
IntrospectedTable
          Base class for all code generator implementations.
JavaTypeResolver
          This interface describes methods that are required in any Java type resolver.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.internal.rules
IntrospectedTable
          Base class for all code generator implementations.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.internal.types
IntrospectedColumn
          This class holds information about an introspected column.
JavaTypeResolver
          This interface describes methods that are required in any Java type resolver.
 

Classes in org.mybatis.generator.api used by org.mybatis.generator.plugins
GeneratedXmlFile
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
Plugin
          This interface defines methods that will be called at different times during the code generation process.
PluginAdapter
          This class includes no-operation methods for almost every method in the Plugin interface.
 



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