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.mapping TODO fillme. 
org.apache.ibatis.scripting   
org.apache.ibatis.scripting.defaults   
org.apache.ibatis.scripting.xmltags   
 

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, Map<String,Object> additionalParameters)
           
 

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, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang)
           
 

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.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)
           
 

Uses of SqlSource in org.apache.ibatis.scripting
 

Methods in org.apache.ibatis.scripting that return SqlSource
 SqlSource LanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType)
          Creates an SqlSource that will hold the statement read from an annotation
 SqlSource LanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
          Creates an SqlSource that will hold the statement read from a mapper xml file
 

Uses of SqlSource in org.apache.ibatis.scripting.defaults
 

Classes in org.apache.ibatis.scripting.defaults that implement SqlSource
 class RawSqlSource
           
 

Methods in org.apache.ibatis.scripting.defaults that return SqlSource
 SqlSource RawLanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType)
           
 SqlSource RawLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
           
 

Uses of SqlSource in org.apache.ibatis.scripting.xmltags
 

Classes in org.apache.ibatis.scripting.xmltags that implement SqlSource
 class DynamicSqlSource
           
 

Methods in org.apache.ibatis.scripting.xmltags that return SqlSource
 SqlSource XMLLanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType)
           
 SqlSource XMLLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
           
 SqlSource XMLScriptBuilder.parseScriptNode()
           
 



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