com.ibatis.sqlmap.engine.impl
Interface ExtendedSqlMapClient

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

public interface ExtendedSqlMapClient
extends SqlMapClient


Method Summary
 SqlMapExecutorDelegate getDelegate()
           
 MappedStatement getMappedStatement(java.lang.String id)
           
 SqlExecutor getSqlExecutor()
           
 boolean isEnhancementEnabled()
           
 boolean isLazyLoadingEnabled()
           
 
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapClient
flushDataCache, flushDataCache, getSession, openSession, openSession
 
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapExecutor
delete, executeBatch, insert, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForPaginatedList, queryWithRowHandler, startBatch, update
 
Methods inherited from interface com.ibatis.sqlmap.client.SqlMapTransactionManager
commitTransaction, endTransaction, getCurrentConnection, getDataSource, getUserConnection, setUserConnection, startTransaction
 

Method Detail

getDelegate

public SqlMapExecutorDelegate getDelegate()

getMappedStatement

public MappedStatement getMappedStatement(java.lang.String id)

getSqlExecutor

public SqlExecutor getSqlExecutor()

isLazyLoadingEnabled

public boolean isLazyLoadingEnabled()

isEnhancementEnabled

public boolean isEnhancementEnabled()