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

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

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)
           
 

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. All Rights Reserved.