Uses of Class
org.apache.ibatis.mapping.BoundSql

Packages that use BoundSql
org.apache.ibatis.builder   
org.apache.ibatis.builder.annotation   
org.apache.ibatis.builder.xml.dynamic   
org.apache.ibatis.executor.parameter   
org.apache.ibatis.executor.resultset   
org.apache.ibatis.executor.statement   
org.apache.ibatis.mapping   
org.apache.ibatis.session   
 

Uses of BoundSql in org.apache.ibatis.builder
 

Methods in org.apache.ibatis.builder that return BoundSql
 BoundSql StaticSqlSource.getBoundSql(java.lang.Object parameterObject)
           
 

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

Methods in org.apache.ibatis.builder.annotation that return BoundSql
 BoundSql ProviderSqlSource.getBoundSql(java.lang.Object parameterObject)
           
 

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

Methods in org.apache.ibatis.builder.xml.dynamic that return BoundSql
 BoundSql DynamicSqlSource.getBoundSql(java.lang.Object parameterObject)
           
 

Uses of BoundSql in org.apache.ibatis.executor.parameter
 

Constructors in org.apache.ibatis.executor.parameter with parameters of type BoundSql
DefaultParameterHandler(MappedStatement mappedStatement, java.lang.Object parameterObject, BoundSql boundSql)
           
 

Uses of BoundSql in org.apache.ibatis.executor.resultset
 

Fields in org.apache.ibatis.executor.resultset declared as BoundSql
protected  BoundSql FastResultSetHandler.boundSql
           
 

Constructors in org.apache.ibatis.executor.resultset with parameters of type BoundSql
FastResultSetHandler(Executor executor, MappedStatement mappedStatement, ParameterHandler parameterHandler, ResultHandler resultHandler, BoundSql boundSql, RowBounds rowBounds)
           
NestedResultSetHandler(Executor executor, MappedStatement mappedStatement, ParameterHandler parameterHandler, ResultHandler resultHandler, BoundSql boundSql, RowBounds rowBounds)
           
 

Uses of BoundSql in org.apache.ibatis.executor.statement
 

Fields in org.apache.ibatis.executor.statement declared as BoundSql
protected  BoundSql BaseStatementHandler.boundSql
           
 

Methods in org.apache.ibatis.executor.statement that return BoundSql
 BoundSql StatementHandler.getBoundSql()
           
 BoundSql RoutingStatementHandler.getBoundSql()
           
 BoundSql BaseStatementHandler.getBoundSql()
           
 

Uses of BoundSql in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return BoundSql
 BoundSql SqlSource.getBoundSql(java.lang.Object parameterObject)
           
 BoundSql MappedStatement.getBoundSql(java.lang.Object parameterObject)
           
 

Uses of BoundSql in org.apache.ibatis.session
 

Methods in org.apache.ibatis.session with parameters of type BoundSql
 ParameterHandler Configuration.newParameterHandler(MappedStatement mappedStatement, java.lang.Object parameterObject, BoundSql boundSql)
           
 ResultSetHandler Configuration.newResultSetHandler(Executor executor, MappedStatement mappedStatement, RowBounds rowBounds, ParameterHandler parameterHandler, ResultHandler resultHandler, BoundSql boundSql)
           
 



Copyright © 2010. All Rights Reserved.