|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.impl |
Fields in com.ibatis.sqlmap.engine.impl declared as SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
SqlMapClientImpl.delegate
|
SqlMapExecutorDelegate |
SqlMapSessionImpl.delegate
|
Methods in com.ibatis.sqlmap.engine.impl that return SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
ExtendedSqlMapClient.getDelegate()
|
SqlMapExecutorDelegate |
SqlMapClientImpl.getDelegate()
|
SqlMapExecutorDelegate |
SqlMapSessionImpl.getDelegate()
|
Constructors in com.ibatis.sqlmap.engine.impl with parameters of type SqlMapExecutorDelegate | |
SqlMapClientImpl(SqlMapExecutorDelegate delegate)
|
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.parameter |
Fields in com.ibatis.sqlmap.engine.mapping.parameter declared as SqlMapExecutorDelegate | |
private SqlMapExecutorDelegate |
BasicParameterMap.delegate
|
Methods in com.ibatis.sqlmap.engine.mapping.parameter that return SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
BasicParameterMap.getDelegate()
|
Constructors in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type SqlMapExecutorDelegate | |
NoParameterMap(SqlMapExecutorDelegate delegate)
|
|
BasicParameterMap(SqlMapExecutorDelegate delegate)
|
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.result |
Fields in com.ibatis.sqlmap.engine.mapping.result declared as SqlMapExecutorDelegate | |
private SqlMapExecutorDelegate |
BasicResultMap.delegate
|
Methods in com.ibatis.sqlmap.engine.mapping.result that return SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
BasicResultMap.getDelegate()
|
Constructors in com.ibatis.sqlmap.engine.mapping.result with parameters of type SqlMapExecutorDelegate | |
AutoResultMap(SqlMapExecutorDelegate delegate)
|
|
BasicResultMap(SqlMapExecutorDelegate delegate)
|
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.sql.dynamic |
Fields in com.ibatis.sqlmap.engine.mapping.sql.dynamic declared as SqlMapExecutorDelegate | |
private SqlMapExecutorDelegate |
DynamicSql.delegate
|
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 |
Fields in com.ibatis.sqlmap.engine.mapping.sql.simple declared as SqlMapExecutorDelegate | |
private SqlMapExecutorDelegate |
SimpleDynamicSql.delegate
|
Constructors in com.ibatis.sqlmap.engine.mapping.sql.simple with parameters of type SqlMapExecutorDelegate | |
SimpleDynamicSql(SqlMapExecutorDelegate delegate,
java.lang.String sqlStatement)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |