com.ibatis.sqlmap.engine.impl
Interface ExtendedSqlMapClient

All Superinterfaces:
SqlMapClient, SqlMapExecutor, SqlMapTransactionManager
All Known Implementing Classes:
SqlMapClientImpl

Deprecated. - this class is uneccessary and should be removed as soon as possible. Currently spring integration depends on it.

public interface ExtendedSqlMapClient
extends SqlMapClient


Method Summary
 SqlMapExecutorDelegate getDelegate()
          Deprecated.  
 
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapClient
flushDataCache, flushDataCache, getSession, openSession, openSession
 
Methods inherited from interface 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
 
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapTransactionManager
commitTransaction, endTransaction, getCurrentConnection, getDataSource, getUserConnection, setUserConnection, startTransaction, startTransaction
 

Method Detail

getDelegate

SqlMapExecutorDelegate getDelegate()
Deprecated. 

only here to avoid Spring breakage. DO NOT USE.

Returns:
delegate