类 SqlMapExecutorWrapper
java.lang.Object
com.alibaba.druid.support.ibatis.SqlMapExecutorWrapper
- 所有已实现的接口:
com.ibatis.sqlmap.client.SqlMapExecutor
- 直接已知子类:
SqlMapClientWrapper,SqlMapSessionWrapper
public class SqlMapExecutorWrapper
extends Object
implements com.ibatis.sqlmap.client.SqlMapExecutor
-
字段概要
字段修饰符和类型字段说明protected final com.ibatis.sqlmap.engine.impl.SqlMapClientImplprotected final SqlMapClientImplWrapper -
构造器概要
构造器构造器说明SqlMapExecutorWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client, com.ibatis.sqlmap.client.SqlMapExecutor executor) -
方法概要
修饰符和类型方法说明intintintqueryForList(String id) queryForList(String id, int skip, int max) queryForList(String id, Object parameterObject) queryForList(String id, Object parameterObject, int skip, int max) queryForMap(String id, Object parameterObject, String keyProp) queryForMap(String id, Object parameterObject, String keyProp, String valueProp) queryForObject(String id) queryForObject(String id, Object parameterObject) queryForObject(String id, Object parameterObject, Object resultObject) com.ibatis.common.util.PaginatedListqueryForPaginatedList(String id, int pageSize) com.ibatis.common.util.PaginatedListqueryForPaginatedList(String id, Object parameterObject, int pageSize) voidqueryWithRowHandler(String id, com.ibatis.sqlmap.client.event.RowHandler rowHandler) voidqueryWithRowHandler(String id, Object parameterObject, com.ibatis.sqlmap.client.event.RowHandler rowHandler) voidintint
-
字段详细资料
-
clientImpl
protected final com.ibatis.sqlmap.engine.impl.SqlMapClientImpl clientImpl -
clientImplWrapper
-
-
构造器详细资料
-
SqlMapExecutorWrapper
public SqlMapExecutorWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client, com.ibatis.sqlmap.client.SqlMapExecutor executor)
-
-
方法详细资料
-
insert
- 指定者:
insert在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
insert
- 指定者:
insert在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
update
- 指定者:
update在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
update
- 指定者:
update在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
delete
- 指定者:
delete在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
delete
- 指定者:
delete在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForObject
- 指定者:
queryForObject在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForObject
- 指定者:
queryForObject在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForObject
public Object queryForObject(String id, Object parameterObject, Object resultObject) throws SQLException - 指定者:
queryForObject在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForList
- 指定者:
queryForList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForList
- 指定者:
queryForList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForList
- 指定者:
queryForList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForList
- 指定者:
queryForList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryWithRowHandler
public void queryWithRowHandler(String id, Object parameterObject, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException - 指定者:
queryWithRowHandler在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryWithRowHandler
public void queryWithRowHandler(String id, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException - 指定者:
queryWithRowHandler在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForPaginatedList
public com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, Object parameterObject, int pageSize) throws SQLException - 指定者:
queryForPaginatedList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForPaginatedList
public com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, int pageSize) throws SQLException - 指定者:
queryForPaginatedList在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForMap
- 指定者:
queryForMap在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
queryForMap
public Map queryForMap(String id, Object parameterObject, String keyProp, String valueProp) throws SQLException - 指定者:
queryForMap在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
startBatch
- 指定者:
startBatch在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
executeBatch
- 指定者:
executeBatch在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLException
-
executeBatchDetailed
public List executeBatchDetailed() throws SQLException, com.ibatis.sqlmap.engine.execution.BatchException- 指定者:
executeBatchDetailed在接口中com.ibatis.sqlmap.client.SqlMapExecutor- 抛出:
SQLExceptioncom.ibatis.sqlmap.engine.execution.BatchException
-