Uses of Interface
org.apache.ibatis.mapping.SqlSource

Packages that use SqlSource
org.apache.ibatis.builder TODO fillme. 
org.apache.ibatis.builder.annotation TODO fillme. 
org.apache.ibatis.builder.xml.dynamic TODO fillme. 
org.apache.ibatis.mapping TODO fillme. 
 

Uses of SqlSource in org.apache.ibatis.builder
 

Classes in org.apache.ibatis.builder that implement SqlSource
 class StaticSqlSource
           
 

Methods in org.apache.ibatis.builder that return SqlSource
 SqlSource SqlSourceBuilder.parse(String originalSql, Class<?> parameterType)
           
 

Methods in org.apache.ibatis.builder with parameters of type SqlSource
 MappedStatement MapperBuilderAssistant.addMappedStatement(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId)
           
 

Uses of SqlSource in org.apache.ibatis.builder.annotation
 

Classes in org.apache.ibatis.builder.annotation that implement SqlSource
 class ProviderSqlSource
           
 

Uses of SqlSource in org.apache.ibatis.builder.xml.dynamic
 

Classes in org.apache.ibatis.builder.xml.dynamic that implement SqlSource
 class DynamicSqlSource
           
 

Uses of SqlSource in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return SqlSource
 SqlSource MappedStatement.getSqlSource()
           
 

Constructors in org.apache.ibatis.mapping with parameters of type SqlSource
MappedStatement.Builder(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType)
           
 



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