Uses of Interface
com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient

Packages that use ExtendedSqlMapClient
com.ibatis.sqlmap.engine.builder.xml   
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.result.loader   
 

Uses of ExtendedSqlMapClient in com.ibatis.sqlmap.engine.builder.xml
 

Fields in com.ibatis.sqlmap.engine.builder.xml declared as ExtendedSqlMapClient
 ExtendedSqlMapClient BaseParser.Variables.client
           
 

Uses of ExtendedSqlMapClient in com.ibatis.sqlmap.engine.impl
 

Classes in com.ibatis.sqlmap.engine.impl that implement ExtendedSqlMapClient
 class SqlMapClientImpl
          Implementation of ExtendedSqlMapClient
 

Constructors in com.ibatis.sqlmap.engine.impl with parameters of type ExtendedSqlMapClient
SqlMapSessionImpl(ExtendedSqlMapClient client)
          Constructor
 

Uses of ExtendedSqlMapClient in com.ibatis.sqlmap.engine.mapping.result.loader
 

Fields in com.ibatis.sqlmap.engine.mapping.result.loader declared as ExtendedSqlMapClient
protected  ExtendedSqlMapClient LazyResultLoader.client
           
 

Methods in com.ibatis.sqlmap.engine.mapping.result.loader with parameters of type ExtendedSqlMapClient
static java.lang.Object ResultLoader.loadResult(ExtendedSqlMapClient client, java.lang.String statementName, java.lang.Object parameterObject, java.lang.Class targetType)
          Loads a result lazily
protected static java.lang.Object ResultLoader.getResult(ExtendedSqlMapClient client, java.lang.String statementName, java.lang.Object parameterObject, java.lang.Class targetType)
           
 

Constructors in com.ibatis.sqlmap.engine.mapping.result.loader with parameters of type ExtendedSqlMapClient
LazyResultLoader(ExtendedSqlMapClient client, java.lang.String statementName, java.lang.Object parameterObject, java.lang.Class targetType)
          Constructor for a lazy list loader
EnhancedLazyResultLoader(ExtendedSqlMapClient client, java.lang.String statementName, java.lang.Object parameterObject, java.lang.Class targetType)
          Constructor for an enhanced lazy list loader