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.SqlMapClientopenSession 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientopenSession 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplpublic com.ibatis.sqlmap.client.SqlMapSession getSession()
getSession 在接口中 com.ibatis.sqlmap.client.SqlMapClientgetSession 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientgetSession 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplpublic Object insert(String id, Object param) throws SQLException
insert 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorinsert 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientinsert 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Object insert(String id) throws SQLException
insert 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorinsert 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientinsert 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic int update(String id, Object param) throws SQLException
update 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorupdate 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientupdate 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic int update(String id) throws SQLException
update 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorupdate 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientupdate 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic int delete(String id, Object param) throws SQLException
delete 在接口中 com.ibatis.sqlmap.client.SqlMapExecutordelete 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientdelete 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic int delete(String id) throws SQLException
delete 在接口中 com.ibatis.sqlmap.client.SqlMapExecutordelete 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientdelete 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Object queryForObject(String id, Object paramObject) throws SQLException
queryForObject 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForObject 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForObject 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Object queryForObject(String id) throws SQLException
queryForObject 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForObject 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForObject 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Object queryForObject(String id, Object paramObject, Object resultObject) throws SQLException
queryForObject 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForObject 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForObject 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic List queryForList(String id, Object paramObject) throws SQLException
queryForList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic List queryForList(String id) throws SQLException
queryForList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic List queryForList(String id, Object paramObject, int skip, int max) throws SQLException
queryForList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic List queryForList(String id, int skip, int max) throws SQLException
queryForList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, Object paramObject, int pageSize) throws SQLException
queryForPaginatedList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForPaginatedList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForPaginatedList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic com.ibatis.common.util.PaginatedList queryForPaginatedList(String id, int pageSize) throws SQLException
queryForPaginatedList 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForPaginatedList 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForPaginatedList 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Map queryForMap(String id, Object paramObject, String keyProp) throws SQLException
queryForMap 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForMap 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForMap 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic Map queryForMap(String id, Object paramObject, String keyProp, String valueProp) throws SQLException
queryForMap 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryForMap 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryForMap 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void queryWithRowHandler(String id, Object paramObject, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException
queryWithRowHandler 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryWithRowHandler 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryWithRowHandler 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void queryWithRowHandler(String id, com.ibatis.sqlmap.client.event.RowHandler rowHandler) throws SQLException
queryWithRowHandler 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorqueryWithRowHandler 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientqueryWithRowHandler 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void startTransaction()
throws SQLException
startTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagerstartTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientstartTransaction 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void startTransaction(int transactionIsolation)
throws SQLException
startTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagerstartTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientstartTransaction 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void commitTransaction()
throws SQLException
commitTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagercommitTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientcommitTransaction 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void endTransaction()
throws SQLException
endTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagerendTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientendTransaction 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic void startBatch()
throws SQLException
startBatch 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorstartBatch 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientstartBatch 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic int executeBatch()
throws SQLException
executeBatch 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorexecuteBatch 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientexecuteBatch 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionpublic List executeBatchDetailed() throws SQLException, com.ibatis.sqlmap.engine.execution.BatchException
executeBatchDetailed 在接口中 com.ibatis.sqlmap.client.SqlMapExecutorexecuteBatchDetailed 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientexecuteBatchDetailed 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptioncom.ibatis.sqlmap.engine.execution.BatchExceptionpublic void setUserConnection(Connection connection) throws SQLException
setUserConnection 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagersetUserConnection 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientsetUserConnection 在类中 com.ibatis.sqlmap.engine.impl.SqlMapClientImplSQLExceptionCopyright © 2013-2014 Alibaba Group. All Rights Reserved.