| Package | Description |
|---|---|
| com.ibatis.sqlmap.client | |
| com.ibatis.sqlmap.client.event | |
| org.ibatis.client | |
| org.ibatis.spring |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlMapExecutor.queryWithRowHandler(String id,
Object parameterObject,
RowHandler rowHandler)
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time
by a RowHandler.
|
void |
SqlMapExecutor.queryWithRowHandler(String id,
RowHandler rowHandler)
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time
by a RowHandler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TotalRowHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
PageHandler |
class |
RowSetHandler
RowSetHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlMapExecutor2.queryWithRowHandlerArgs(String id,
RowHandler rowHandler,
Object... args)
Do queryWithRowHandler operation by var-args paramenters as #1# to #n#
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlMapClientTemplate.queryWithRowHandler(String id,
Object parameterObject,
RowHandler rowHandler) |
void |
SqlMapClientOperations.queryWithRowHandler(String statementName,
Object parameterObject,
RowHandler rowHandler) |
void |
SqlMapClientTemplate.queryWithRowHandler(String id,
RowHandler rowHandler) |
void |
SqlMapClientOperations.queryWithRowHandler(String statementName,
RowHandler rowHandler) |
void |
SqlMapClientTemplate.queryWithRowHandler(String id,
RowHandler rowHandler,
Object... args) |
void |
SqlMapClientOperations.queryWithRowHandler(String statementName,
RowHandler rowHandler,
Object... args)
Do queryWithRowHandler operation by var-args paramenters as #1# to #n#
|
Copyright © 2084–2018 dukeware.com. All rights reserved.