Uses of Interface
org.mybatis.generator.api.CommentGenerator

Packages that use CommentGenerator
org.mybatis.generator.codegen.ibatis2.dao.templates   
org.mybatis.generator.config   
org.mybatis.generator.internal   
 

Uses of CommentGenerator in org.mybatis.generator.codegen.ibatis2.dao.templates
 

Methods in org.mybatis.generator.codegen.ibatis2.dao.templates with parameters of type CommentGenerator
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, IntrospectedTable introspectedTable)
           
 List<Field> AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, IntrospectedTable introspectedTable)
           
 List<Method> AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, IntrospectedTable introspectedTable)
           
 

Uses of CommentGenerator in org.mybatis.generator.config
 

Methods in org.mybatis.generator.config that return CommentGenerator
 CommentGenerator Context.getCommentGenerator()
           
 

Uses of CommentGenerator in org.mybatis.generator.internal
 

Classes in org.mybatis.generator.internal that implement CommentGenerator
 class DefaultCommentGenerator
           
 

Methods in org.mybatis.generator.internal that return CommentGenerator
static CommentGenerator ObjectFactory.createCommentGenerator(Context context)
           
 



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