Package org.apache.ibatis.abator.api

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

See:
          Description

Interface Summary
DAOGenerator The DAOGenerator interface describes the methods needed to generate DAO objects for a table.
JavaModelGenerator This interface describes methods needed in any Java model generator.
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 Abator to work.
SqlMapGenerator This interface describes the operations that are required of an Sql Map Generator.
 

Class Summary
Abator This class is the main interface to the Abator for iBATIS code generator.
AbatorRunner This class allows Abator to be run from the command line.
FullyQualifiedJavaType  
GeneratedFile Abstract class that holds information common to all generated files.
GeneratedJavaFile  
GeneratedXmlFile  
 

Package org.apache.ibatis.abator.api Description

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