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

Packages that use SqlMapGenerator
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.internal   
org.apache.ibatis.abator.internal.java.dao   
org.apache.ibatis.abator.internal.sqlmap   
 

Uses of SqlMapGenerator in org.apache.ibatis.abator.api
 

Methods in org.apache.ibatis.abator.api with parameters of type SqlMapGenerator
 void DAOGenerator.setSqlMapGenerator(SqlMapGenerator sqlMapGenerator)
          Sets the instance of SqlMapGenerator associated with this instance.
 

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

Methods in org.apache.ibatis.abator.internal that return SqlMapGenerator
static SqlMapGenerator AbatorObjectFactory.createSqlMapGenerator(AbatorContext context, JavaModelGenerator javaModelGenerator, java.util.List warnings)
           
 

Methods in org.apache.ibatis.abator.internal with parameters of type SqlMapGenerator
static DAOGenerator AbatorObjectFactory.createDAOGenerator(AbatorContext context, JavaModelGenerator javaModelGenerator, SqlMapGenerator sqlMapGenerator, java.util.List warnings)
           
 

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

Fields in org.apache.ibatis.abator.internal.java.dao declared as SqlMapGenerator
protected  SqlMapGenerator BaseDAOGenerator.sqlMapGenerator
           
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type SqlMapGenerator
 void BaseDAOGenerator.setSqlMapGenerator(SqlMapGenerator sqlMapGenerator)
           
 

Uses of SqlMapGenerator in org.apache.ibatis.abator.internal.sqlmap
 

Classes in org.apache.ibatis.abator.internal.sqlmap that implement SqlMapGenerator
 class SqlMapGeneratorIterateImpl
           
 class SqlMapGeneratorLegacyImpl
          This class overrides the iterate implementation to provide the legacy "by example" methods.