public class SqlMapClientImplWrapper
extends com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
限定符和类型 | 类和说明 |
---|---|
static class |
SqlMapClientImplWrapper.IbatisStatementInfo |
构造器和说明 |
---|
SqlMapClientImplWrapper(com.ibatis.sqlmap.engine.impl.SqlMapClientImpl raw) |
限定符和类型 | 方法和说明 |
---|---|
void |
commitTransaction() |
int |
delete(String id) |
int |
delete(String id,
Object param) |
void |
endTransaction() |
int |
executeBatch() |
List |
executeBatchDetailed() |
com.ibatis.sqlmap.client.SqlMapSession |
getSession() |
Object |
insert(String id) |
Object |
insert(String id,
Object param) |
com.ibatis.sqlmap.client.SqlMapSession |
openSession(Connection conn) |
List |
queryForList(String id) |
List |
queryForList(String id,
int skip,
int max) |
List |
queryForList(String id,
Object paramObject) |
List |
queryForList(String id,
Object paramObject,
int skip,
int max) |
Map |
queryForMap(String id,
Object paramObject,
String keyProp) |
Map |
queryForMap(String id,
Object paramObject,
String keyProp,
String valueProp) |
Object |
queryForObject(String id) |
Object |
queryForObject(String id,
Object paramObject) |
Object |
queryForObject(String id,
Object paramObject,
Object resultObject) |
com.ibatis.common.util.PaginatedList |
queryForPaginatedList(String id,
int pageSize)
已过时。
All paginated list features have been deprecated
|
com.ibatis.common.util.PaginatedList |
queryForPaginatedList(String id,
Object paramObject,
int pageSize)
已过时。
All paginated list features have been deprecated
|
void |
queryWithRowHandler(String id,
Object paramObject,
com.ibatis.sqlmap.client.event.RowHandler rowHandler) |
void |
queryWithRowHandler(String id,
com.ibatis.sqlmap.client.event.RowHandler rowHandler) |
void |
setLocal(String id,
com.ibatis.sqlmap.client.SqlMapExecutor executor) |
void |
setUserConnection(Connection connection) |
void |
startBatch() |
void |
startTransaction() |
void |
startTransaction(int transactionIsolation) |
int |
update(String id) |
int |
update(String id,
Object param) |
public SqlMapClientImplWrapper(com.ibatis.sqlmap.engine.impl.SqlMapClientImpl raw)
public void setLocal(String id, com.ibatis.sqlmap.client.SqlMapExecutor executor)
public com.ibatis.sqlmap.client.SqlMapSession openSession(Connection conn)
openSession
在接口中 com.ibatis.sqlmap.client.SqlMapClient
openSession
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
openSession
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
public com.ibatis.sqlmap.client.SqlMapSession getSession()
getSession
在接口中 com.ibatis.sqlmap.client.SqlMapClient
getSession
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
getSession
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
public Object insert(String id, Object param) throws SQLException
insert
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
insert
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
insert
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Object insert(String id) throws SQLException
insert
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
insert
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
insert
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public int update(String id, Object param) throws SQLException
update
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
update
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
update
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public int update(String id) throws SQLException
update
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
update
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
update
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public int delete(String id, Object param) throws SQLException
delete
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
delete
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
delete
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public int delete(String id) throws SQLException
delete
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
delete
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
delete
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Object queryForObject(String id, Object paramObject) throws SQLException
queryForObject
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForObject
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForObject
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Object queryForObject(String id) throws SQLException
queryForObject
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForObject
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForObject
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Object queryForObject(String id, Object paramObject, Object resultObject) throws SQLException
queryForObject
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForObject
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForObject
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public List queryForList(String id, Object paramObject) throws SQLException
queryForList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public List queryForList(String id) throws SQLException
queryForList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public List queryForList(String id, Object paramObject, int skip, int max) throws SQLException
queryForList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public List queryForList(String id, int skip, int max) throws SQLException
queryForList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, Object paramObject, int pageSize) throws SQLException
queryForPaginatedList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForPaginatedList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForPaginatedList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, int pageSize) throws SQLException
queryForPaginatedList
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForPaginatedList
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForPaginatedList
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Map queryForMap(String id, Object paramObject, String keyProp) throws SQLException
queryForMap
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForMap
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForMap
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public Map queryForMap(String id, Object paramObject, String keyProp, String valueProp) throws SQLException
queryForMap
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryForMap
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryForMap
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void queryWithRowHandler(String id, Object paramObject, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException
queryWithRowHandler
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryWithRowHandler
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryWithRowHandler
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void queryWithRowHandler(String id, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException
queryWithRowHandler
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
queryWithRowHandler
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
queryWithRowHandler
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void startTransaction() throws SQLException
startTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
startTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
startTransaction
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void startTransaction(int transactionIsolation) throws SQLException
startTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
startTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
startTransaction
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void commitTransaction() throws SQLException
commitTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
commitTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
commitTransaction
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void endTransaction() throws SQLException
endTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
endTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
endTransaction
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public void startBatch() throws SQLException
startBatch
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
startBatch
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
startBatch
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public int executeBatch() throws SQLException
executeBatch
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
executeBatch
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
executeBatch
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
public List executeBatchDetailed() throws SQLException, com.ibatis.sqlmap.engine.execution.BatchException
executeBatchDetailed
在接口中 com.ibatis.sqlmap.client.SqlMapExecutor
executeBatchDetailed
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
executeBatchDetailed
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
com.ibatis.sqlmap.engine.execution.BatchException
public void setUserConnection(Connection connection) throws SQLException
setUserConnection
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
setUserConnection
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
setUserConnection
在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
SQLException
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.