Package | Description |
---|---|
org.apache.ibatis.scripting.xmltags |
Modifier and Type | Class and Description |
---|---|
class |
ChooseSqlNode |
class |
ForEachSqlNode |
class |
IfSqlNode |
class |
MixedSqlNode |
class |
SetSqlNode |
class |
TextSqlNode |
class |
TrimSqlNode |
class |
VarDeclSqlNode |
class |
WhereSqlNode |
Constructor and Description |
---|
ChooseSqlNode(List<SqlNode> 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) |
Constructor and Description |
---|
ChooseSqlNode(List<SqlNode> ifSqlNodes,
SqlNode defaultSqlNode) |
MixedSqlNode(List<SqlNode> contents) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.