|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String originalSql,
java.lang.Class parameterType)
|
| Methods in org.apache.ibatis.builder with parameters of type SqlSource | |
|---|---|
MappedStatement |
MapperBuilderAssistant.addMappedStatement(java.lang.String id,
SqlSource sqlSource,
StatementType statementType,
SqlCommandType sqlCommandType,
java.lang.Integer fetchSize,
java.lang.Integer timeout,
java.lang.String parameterMap,
java.lang.Class parameterType,
java.lang.String resultMap,
java.lang.Class resultType,
ResultSetType resultSetType,
boolean flushCache,
boolean useCache,
KeyGenerator keyGenerator,
java.lang.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,
java.lang.String id,
SqlSource sqlSource,
SqlCommandType sqlCommandType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||