|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.druid.support.ibatis.SqlMapExecutorWrapper
com.alibaba.druid.support.ibatis.SqlMapSessionWrapper
public class SqlMapSessionWrapper
| 构造方法摘要 | |
|---|---|
SqlMapSessionWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client,
com.ibatis.sqlmap.client.SqlMapSession session)
|
|
| 方法摘要 | |
|---|---|
void |
close()
|
void |
commitTransaction()
|
void |
endTransaction()
|
Connection |
getCurrentConnection()
|
DataSource |
getDataSource()
|
Connection |
getUserConnection()
已过时。 |
void |
setUserConnection(Connection connnection)
|
void |
startTransaction()
|
void |
startTransaction(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 继承的方法 |
|---|
equals, 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 |
| 构造方法详细信息 |
|---|
public SqlMapSessionWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client,
com.ibatis.sqlmap.client.SqlMapSession session)
| 方法详细信息 |
|---|
public void startTransaction()
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 startTransactionSQLException
public void startTransaction(int transactionIsolation)
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 startTransactionSQLException
public void commitTransaction()
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 commitTransactionSQLException
public void endTransaction()
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 endTransactionSQLException
public void setUserConnection(Connection connnection)
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 setUserConnectionSQLException
@Deprecated
public Connection getUserConnection()
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 getUserConnectionSQLException
public Connection getCurrentConnection()
throws SQLException
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 getCurrentConnectionSQLExceptionpublic DataSource getDataSource()
com.ibatis.sqlmap.client.SqlMapTransactionManager 中的 getDataSourcepublic void close()
com.ibatis.sqlmap.client.SqlMapSession 中的 close
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||