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

Packages that use CommentGenerator
org.apache.ibatis.abator.config   
org.apache.ibatis.abator.internal   
org.apache.ibatis.abator.internal.java.dao   
 

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

Methods in org.apache.ibatis.abator.config that return CommentGenerator
 CommentGenerator AbatorContext.getCommentGenerator()
           
 

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

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

Methods in org.apache.ibatis.abator.internal that return CommentGenerator
static CommentGenerator AbatorObjectFactory.createCommentGenerator(AbatorContext context)
           
 

Uses of CommentGenerator in org.apache.ibatis.abator.internal.java.dao
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type CommentGenerator
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, FullyQualifiedTable table)