|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.builder.xml |
Fields in com.ibatis.sqlmap.engine.builder.xml declared as SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
BaseParser.Variables.delegate
|
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()
Get the SQL delegate |
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 |
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 |
Methods in com.ibatis.sqlmap.engine.mapping.result that return SqlMapExecutorDelegate | |
SqlMapExecutorDelegate |
BasicResultMap.getDelegate()
Getter for the SqlMapExecutorDelegate |
Constructors in com.ibatis.sqlmap.engine.mapping.result with parameters of type SqlMapExecutorDelegate | |
Discriminator(SqlMapExecutorDelegate delegate,
ResultMapping resultMapping)
|
|
BasicResultMap(SqlMapExecutorDelegate delegate)
Constructor to pass a SqlMapExecutorDelegate in |
|
AutoResultMap(SqlMapExecutorDelegate delegate,
boolean allowRemapping)
Constructor to pass in the SqlMapExecutorDelegate |
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,
java.lang.String sqlStatement)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |