|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BoundSql in org.apache.ibatis.builder |
|---|
| Methods in org.apache.ibatis.builder that return BoundSql | |
|---|---|
BoundSql |
StaticSqlSource.getBoundSql(Object parameterObject)
|
| Uses of BoundSql in org.apache.ibatis.builder.annotation |
|---|
| Methods in org.apache.ibatis.builder.annotation that return BoundSql | |
|---|---|
BoundSql |
ProviderSqlSource.getBoundSql(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(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,
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(Object parameterObject)
|
BoundSql |
MappedStatement.getBoundSql(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,
Object parameterObject,
BoundSql boundSql)
|
ResultSetHandler |
Configuration.newResultSetHandler(Executor executor,
MappedStatement mappedStatement,
RowBounds rowBounds,
ParameterHandler parameterHandler,
ResultHandler resultHandler,
BoundSql boundSql)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||