类 SqlMapSessionWrapper
java.lang.Object
com.alibaba.druid.support.ibatis.SqlMapExecutorWrapper
com.alibaba.druid.support.ibatis.SqlMapSessionWrapper
- 所有已实现的接口:
com.ibatis.sqlmap.client.SqlMapExecutor,com.ibatis.sqlmap.client.SqlMapSession,com.ibatis.sqlmap.client.SqlMapTransactionManager
public class SqlMapSessionWrapper
extends SqlMapExecutorWrapper
implements com.ibatis.sqlmap.client.SqlMapSession
-
字段概要
从类继承的字段 com.alibaba.druid.support.ibatis.SqlMapExecutorWrapper
clientImpl, clientImplWrapper -
构造器概要
构造器构造器说明SqlMapSessionWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client, com.ibatis.sqlmap.client.SqlMapSession session) -
方法概要
修饰符和类型方法说明voidclose()voidvoid已过时。voidsetUserConnection(Connection connection) voidvoidstartTransaction(int transactionIsolation) 从类继承的方法 com.alibaba.druid.support.ibatis.SqlMapExecutorWrapper
delete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.ibatis.sqlmap.client.SqlMapExecutor
delete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, update
-
构造器详细资料
-
SqlMapSessionWrapper
public SqlMapSessionWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client, com.ibatis.sqlmap.client.SqlMapSession session)
-
-
方法详细资料
-
startTransaction
- 指定者:
startTransaction在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
startTransaction
- 指定者:
startTransaction在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
commitTransaction
- 指定者:
commitTransaction在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
endTransaction
- 指定者:
endTransaction在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
setUserConnection
- 指定者:
setUserConnection在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
getUserConnection
已过时。- 指定者:
getUserConnection在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
getCurrentConnection
- 指定者:
getCurrentConnection在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager- 抛出:
SQLException
-
getDataSource
- 指定者:
getDataSource在接口中com.ibatis.sqlmap.client.SqlMapTransactionManager
-
close
public void close()- 指定者:
close在接口中com.ibatis.sqlmap.client.SqlMapSession
-