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

Packages that use SqlMapExecutorDelegate
com.ibatis.sqlmap.engine.config   
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.parameter   
com.ibatis.sqlmap.engine.mapping.result   
com.ibatis.sqlmap.engine.mapping.sql.dynamic   
com.ibatis.sqlmap.engine.mapping.sql.simple   
com.ibatis.sqlmap.engine.scope   
 

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

Methods in com.ibatis.sqlmap.engine.config that return SqlMapExecutorDelegate
 SqlMapExecutorDelegate SqlMapConfiguration.getDelegate()
           
 

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

Fields in com.ibatis.sqlmap.engine.impl declared as SqlMapExecutorDelegate
protected  SqlMapExecutorDelegate SqlMapSessionImpl.delegate
           
 SqlMapExecutorDelegate SqlMapClientImpl.delegate
          Delegate for SQL execution
 

Methods in com.ibatis.sqlmap.engine.impl that return SqlMapExecutorDelegate
 SqlMapExecutorDelegate SqlMapSessionImpl.getDelegate()
          Get the delegate
 SqlMapExecutorDelegate SqlMapClientImpl.getDelegate()
           
 SqlMapExecutorDelegate ExtendedSqlMapClient.getDelegate()
          Deprecated.  
 

Constructors in com.ibatis.sqlmap.engine.impl with parameters of type SqlMapExecutorDelegate
SqlMapClientImpl(SqlMapExecutorDelegate delegate)
          Constructor to supply a delegate
 

Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.parameter
 

Methods in com.ibatis.sqlmap.engine.mapping.parameter that return SqlMapExecutorDelegate
 SqlMapExecutorDelegate ParameterMap.getDelegate()
           
 

Constructors in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type SqlMapExecutorDelegate
NoParameterMap(SqlMapExecutorDelegate delegate)
           
ParameterMap(SqlMapExecutorDelegate delegate)
           
 

Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.result
 

Fields in com.ibatis.sqlmap.engine.mapping.result declared as SqlMapExecutorDelegate
protected  SqlMapExecutorDelegate ResultMap.delegate
           
 

Methods in com.ibatis.sqlmap.engine.mapping.result that return SqlMapExecutorDelegate
 SqlMapExecutorDelegate ResultMap.getDelegate()
          Getter for the SqlMapExecutorDelegate
 

Constructors in com.ibatis.sqlmap.engine.mapping.result with parameters of type SqlMapExecutorDelegate
AutoResultMap(SqlMapExecutorDelegate delegate, boolean allowRemapping)
          Constructor to pass in the SqlMapExecutorDelegate
Discriminator(SqlMapExecutorDelegate delegate, ResultMapping resultMapping)
           
ResultMap(SqlMapExecutorDelegate delegate)
          Constructor to pass a SqlMapExecutorDelegate in
 

Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.sql.dynamic
 

Constructors in com.ibatis.sqlmap.engine.mapping.sql.dynamic with parameters of type SqlMapExecutorDelegate
DynamicSql(SqlMapExecutorDelegate delegate)
           
 

Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.sql.simple
 

Constructors in com.ibatis.sqlmap.engine.mapping.sql.simple with parameters of type SqlMapExecutorDelegate
SimpleDynamicSql(SqlMapExecutorDelegate delegate, String sqlStatement)
           
 

Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.scope
 

Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapExecutorDelegate
 void SessionScope.putPreparedStatement(SqlMapExecutorDelegate delegate, String sql, PreparedStatement ps)
           
 



Copyright © 2010. All Rights Reserved.