public class SqlMapClientWrapper extends SqlMapExecutorWrapper implements com.ibatis.sqlmap.client.SqlMapClient, com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
构造器和说明 |
---|
SqlMapClientWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client) |
限定符和类型 | 方法和说明 |
---|---|
void |
commitTransaction() |
void |
endTransaction() |
void |
flushDataCache() |
void |
flushDataCache(String cacheId) |
com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient |
getClient() |
Connection |
getCurrentConnection() |
DataSource |
getDataSource() |
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate |
getDelegate() |
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement |
getMappedStatement(String id) |
com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory |
getResultObjectFactory() |
com.ibatis.sqlmap.client.SqlMapSession |
getSession() |
com.ibatis.sqlmap.engine.execution.SqlExecutor |
getSqlExecutor() |
Connection |
getUserConnection() |
boolean |
isEnhancementEnabled() |
boolean |
isLazyLoadingEnabled() |
com.ibatis.sqlmap.client.SqlMapSession |
openSession() |
com.ibatis.sqlmap.client.SqlMapSession |
openSession(Connection conn) |
void |
setUserConnection(Connection connection) |
void |
startTransaction() |
void |
startTransaction(int transactionIsolation) |
delete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, update
delete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, update
public SqlMapClientWrapper(com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient client)
public com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient getClient()
public void startTransaction() throws SQLException
startTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
startTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public void startTransaction(int transactionIsolation) throws SQLException
startTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
startTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public void commitTransaction() throws SQLException
commitTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
commitTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public void endTransaction() throws SQLException
endTransaction
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
endTransaction
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public void setUserConnection(Connection connection) throws SQLException
setUserConnection
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
setUserConnection
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public Connection getUserConnection() throws SQLException
getUserConnection
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
getUserConnection
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public Connection getCurrentConnection() throws SQLException
getCurrentConnection
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
getCurrentConnection
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
SQLException
public DataSource getDataSource()
getDataSource
在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManager
getDataSource
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.client.SqlMapSession openSession()
openSession
在接口中 com.ibatis.sqlmap.client.SqlMapClient
openSession
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.client.SqlMapSession openSession(Connection conn)
openSession
在接口中 com.ibatis.sqlmap.client.SqlMapClient
openSession
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.client.SqlMapSession getSession()
getSession
在接口中 com.ibatis.sqlmap.client.SqlMapClient
getSession
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public void flushDataCache()
flushDataCache
在接口中 com.ibatis.sqlmap.client.SqlMapClient
flushDataCache
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public void flushDataCache(String cacheId)
flushDataCache
在接口中 com.ibatis.sqlmap.client.SqlMapClient
flushDataCache
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.engine.mapping.statement.MappedStatement getMappedStatement(String id)
getMappedStatement
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public boolean isLazyLoadingEnabled()
isLazyLoadingEnabled
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public boolean isEnhancementEnabled()
isEnhancementEnabled
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.engine.execution.SqlExecutor getSqlExecutor()
getSqlExecutor
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate getDelegate()
getDelegate
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
public com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory getResultObjectFactory()
getResultObjectFactory
在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Copyright © 2013–2016 Alibaba Group. All rights reserved.