Package org.apache.ibatis.ibator.api

Provides the main classes and interfaces used by clients of ibator.

See:
          Description

Interface Summary
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.
IbatorPlugin This interface defines methods that will be called by ibator at different times during the code generation process.
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.
 

Class Summary
FullyQualifiedTable  
GeneratedFile Abstract class that holds information common to all generated files.
GeneratedJavaFile  
GeneratedXmlFile  
Ibator This class is the main interface to the ibator for iBATIS code generator.
IbatorPluginAdapter This class includes no-operation methods for almost every method in the IbatorPlugin interface.
IbatorRunner This class allows ibator to be run from the command line.
IntrospectedColumn This class holds information about an introspected column.
IntrospectedTable Base class for all code generator implementations.
 

Enum Summary
IbatorPlugin.ModelClassType  
 

Package org.apache.ibatis.ibator.api Description

Provides the main classes and interfaces used by clients of ibator.