com.ibatis.sqlmap.engine.mapping.sql.dynamic
public class DynamicSql extends Object implements Sql, DynamicParent
| Constructor Summary | |
|---|---|
| DynamicSql(SqlMapExecutorDelegate delegate) | |
| Method Summary | |
|---|---|
| void | addChild(SqlChild child) |
| void | cleanup(StatementScope statementScope) |
| ParameterMap | getParameterMap(StatementScope statementScope, Object parameterObject) |
| ResultMap | getResultMap(StatementScope statementScope, Object parameterObject) |
| String | getSql(StatementScope statementScope, Object parameterObject) |
| protected void | iteratePropertyReplace(StringBuffer bodyContent, IterateContext iterate) |
| protected static void | replace(StringBuffer buffer, String find, String replace) |
Parameters: bodyContent iterate