Uses of Interface
org.apache.ibatis.ibator.api.CommentGenerator

Packages that use CommentGenerator
org.apache.ibatis.ibator.config   
org.apache.ibatis.ibator.generator.ibatis2.dao.templates   
org.apache.ibatis.ibator.internal   
 

Uses of CommentGenerator in org.apache.ibatis.ibator.config
 

Methods in org.apache.ibatis.ibator.config that return CommentGenerator
 CommentGenerator IbatorContext.getCommentGenerator()
           
 

Uses of CommentGenerator in org.apache.ibatis.ibator.generator.ibatis2.dao.templates
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates with parameters of type CommentGenerator
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, FullyQualifiedTable table)
           
 java.util.List<Field> AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, FullyQualifiedTable table)
           
 java.util.List<Method> AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, FullyQualifiedTable table)
           
 

Uses of CommentGenerator in org.apache.ibatis.ibator.internal
 

Classes in org.apache.ibatis.ibator.internal that implement CommentGenerator
 class DefaultCommentGenerator
           
 

Methods in org.apache.ibatis.ibator.internal that return CommentGenerator
static CommentGenerator IbatorObjectFactory.createCommentGenerator(IbatorContext context)