Uses of Interface
org.apache.ibatis.mapping.SqlSource
Packages that use SqlSource
Package
Description
Base package for the Configuration building code.
Parses annotions to create a Configuration.
Base package for mapping.
Base package for languages.
Default beans for languages.
Default XML MyBatis language.
-
Uses of SqlSource in org.apache.ibatis.builder
Classes in org.apache.ibatis.builder that implement SqlSourceMethods in org.apache.ibatis.builder that return SqlSourceModifier and TypeMethodDescriptionSqlSourceBuilder.parse(String originalSql, Class<?> parameterType, Map<String, Object> additionalParameters) Methods in org.apache.ibatis.builder with parameters of type SqlSourceModifier and TypeMethodDescriptionMapperBuilderAssistant.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) Backward compatibility signature 'addMappedStatement'.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, String resultSets) -
Uses of SqlSource in org.apache.ibatis.builder.annotation
Classes in org.apache.ibatis.builder.annotation that implement SqlSourceMethods in org.apache.ibatis.builder.annotation that return SqlSourceModifier and TypeMethodDescriptionprivate SqlSourceMapperAnnotationBuilder.buildSqlSource(Annotation annotation, Class<?> parameterType, LanguageDriver languageDriver, Method method) private SqlSourceMapperAnnotationBuilder.buildSqlSourceFromStrings(String[] strings, Class<?> parameterTypeClass, LanguageDriver languageDriver) private SqlSourceProviderSqlSource.createSqlSource(Object parameterObject) -
Uses of SqlSource in org.apache.ibatis.mapping
Fields in org.apache.ibatis.mapping declared as SqlSourceMethods in org.apache.ibatis.mapping that return SqlSourceConstructors in org.apache.ibatis.mapping with parameters of type SqlSourceModifierConstructorDescriptionBuilder(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType) -
Uses of SqlSource in org.apache.ibatis.scripting
Methods in org.apache.ibatis.scripting that return SqlSourceModifier and TypeMethodDescriptionLanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType) Creates anSqlSourcethat will hold the statement read from an annotation.LanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType) Creates anSqlSourcethat 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 SqlSourceFields in org.apache.ibatis.scripting.defaults declared as SqlSourceMethods in org.apache.ibatis.scripting.defaults that return SqlSourceModifier and TypeMethodDescriptionRawLanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType) RawLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType) Methods in org.apache.ibatis.scripting.defaults with parameters of type SqlSourceModifier and TypeMethodDescriptionprivate voidRawLanguageDriver.checkIsNotDynamic(SqlSource source) -
Uses of SqlSource in org.apache.ibatis.scripting.xmltags
Classes in org.apache.ibatis.scripting.xmltags that implement SqlSourceMethods in org.apache.ibatis.scripting.xmltags that return SqlSourceModifier and TypeMethodDescriptionXMLLanguageDriver.createSqlSource(Configuration configuration, String script, Class<?> parameterType) XMLLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType) XMLScriptBuilder.parseScriptNode()