Provides the main classes and interfaces used by clients of MyBatis Generator.
more...
Interfaces
| 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. |
| 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. |
| 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. |
Classes
Enums