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   
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(SqlMapGeneratorConfiguration configuration, JavaModelGenerator javaModelGenerator, java.util.List warnings)
           
 

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

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

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

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

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 BaseJava2DAOGenerator.sqlMapGenerator
           
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type SqlMapGenerator
 void BaseJava2DAOGenerator.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 SqlMapGeneratorDefaultImpl
           
 class SqlMapGeneratorIterateImpl