Constructors in org.apache.ibatis.builder.xml.dynamic with parameters of type SqlNode |
ChooseSqlNode(List<IfSqlNode> ifSqlNodes,
SqlNode defaultSqlNode)
|
DynamicSqlSource(Configuration configuration,
SqlNode rootSqlNode)
|
ForEachSqlNode(Configuration configuration,
SqlNode contents,
String collectionExpression,
String index,
String item,
String open,
String close,
String separator)
|
IfSqlNode(SqlNode contents,
String test)
|
SetSqlNode(Configuration configuration,
SqlNode contents)
|
TrimSqlNode(Configuration configuration,
SqlNode contents,
String prefix,
String prefixesToOverride,
String suffix,
String suffixesToOverride)
|
WhereSqlNode(Configuration configuration,
SqlNode contents)
|