Uses of Package
org.apache.ibatis.ibator.api

Packages that use org.apache.ibatis.ibator.api
org.apache.ibatis.ibator.ant   
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.config   
org.apache.ibatis.ibator.generator   
org.apache.ibatis.ibator.generator.ibatis2   
org.apache.ibatis.ibator.generator.ibatis2.dao.elements   
org.apache.ibatis.ibator.generator.ibatis2.dao.templates   
org.apache.ibatis.ibator.generator.ibatis2.model   
org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements   
org.apache.ibatis.ibator.internal   
org.apache.ibatis.ibator.internal.db   
org.apache.ibatis.ibator.internal.rules   
org.apache.ibatis.ibator.internal.types   
org.apache.ibatis.ibator.plugins   
 

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

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.api
FullyQualifiedTable
           
GeneratedFile
          Abstract class that holds information common to all generated files.
GeneratedJavaFile
           
GeneratedXmlFile
           
IbatorPlugin
          This interface defines methods that will be called by ibator at different times during the code generation process.
IbatorPlugin.ModelClassType
           
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.
ShellCallback
          This interface defines methods that a shell should support to enable ibator to work.
 

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.config
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts generated by ibator.
GeneratedJavaFile
           
GeneratedXmlFile
           
IbatorPlugin
          This interface defines methods that will be called by ibator at different times during the code generation process.
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.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.generator
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.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.generator.ibatis2
GeneratedJavaFile
           
GeneratedXmlFile
           
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.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.generator.ibatis2.dao.elements
DAOMethodNameCalculator
          This interface is used to supply names for DAO methods.
 

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.generator.ibatis2.dao.templates
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts generated by ibator.
FullyQualifiedTable
           
 

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.generator.ibatis2.model
IntrospectedColumn
          This class holds information about an introspected column.
 

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

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.internal
CommentGenerator
          Implementations of this interface are used to generate comments for the various artifacts generated by ibator.
DAOMethodNameCalculator
          This interface is used to supply names for DAO methods.
FullyQualifiedTable
           
GeneratedJavaFile
           
GeneratedXmlFile
           
IbatorPlugin
          This interface defines methods that will be called by ibator at different times during the code generation process.
IbatorPlugin.ModelClassType
           
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.
JavaTypeResolver
          This interface describes methods that are required in any Java type resolver.
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 ibator to work.
 

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.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.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.internal.rules
IntrospectedTable
          Base class for all code generator implementations.
 

Classes in org.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.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.apache.ibatis.ibator.api used by org.apache.ibatis.ibator.plugins
FullyQualifiedTable
           
GeneratedXmlFile
           
IbatorPlugin
          This interface defines methods that will be called by ibator at different times during the code generation process.
IbatorPluginAdapter
          This class includes no-operation methods for almost every method in the IbatorPlugin interface.
IntrospectedColumn
          This class holds information about an introspected column.
IntrospectedTable
          Base class for all code generator implementations.