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, updatedelete, delete, executeBatch, executeBatchDetailed, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForPaginatedList, queryForPaginatedList, queryWithRowHandler, queryWithRowHandler, startBatch, update, updatepublic 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.SqlMapTransactionManagerstartTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic void startTransaction(int transactionIsolation)
throws SQLException
startTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagerstartTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic void commitTransaction()
throws SQLException
commitTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagercommitTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic void endTransaction()
throws SQLException
endTransaction 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagerendTransaction 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic void setUserConnection(Connection connection) throws SQLException
setUserConnection 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagersetUserConnection 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic Connection getUserConnection() throws SQLException
getUserConnection 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagergetUserConnection 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic Connection getCurrentConnection() throws SQLException
getCurrentConnection 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagergetCurrentConnection 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientSQLExceptionpublic DataSource getDataSource()
getDataSource 在接口中 com.ibatis.sqlmap.client.SqlMapTransactionManagergetDataSource 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.client.SqlMapSession openSession()
openSession 在接口中 com.ibatis.sqlmap.client.SqlMapClientopenSession 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.client.SqlMapSession openSession(Connection conn)
openSession 在接口中 com.ibatis.sqlmap.client.SqlMapClientopenSession 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.client.SqlMapSession getSession()
getSession 在接口中 com.ibatis.sqlmap.client.SqlMapClientgetSession 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic void flushDataCache()
flushDataCache 在接口中 com.ibatis.sqlmap.client.SqlMapClientflushDataCache 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic void flushDataCache(String cacheId)
flushDataCache 在接口中 com.ibatis.sqlmap.client.SqlMapClientflushDataCache 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.engine.mapping.statement.MappedStatement getMappedStatement(String id)
getMappedStatement 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic boolean isLazyLoadingEnabled()
isLazyLoadingEnabled 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic boolean isEnhancementEnabled()
isEnhancementEnabled 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.engine.execution.SqlExecutor getSqlExecutor()
getSqlExecutor 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate getDelegate()
getDelegate 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientpublic com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory getResultObjectFactory()
getResultObjectFactory 在接口中 com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClientCopyright © 2013-2014 Alibaba Group. All Rights Reserved.