Uses of Class
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl

Packages that use SqlMapClientImpl
com.ibatis.sqlmap.engine.config   
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.result.loader   
 

Uses of SqlMapClientImpl in com.ibatis.sqlmap.engine.config
 

Methods in com.ibatis.sqlmap.engine.config that return SqlMapClientImpl
 SqlMapClientImpl SqlMapConfiguration.getClient()
           
 

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

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

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

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

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

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



Copyright © 2010. All Rights Reserved.