|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlNode | |
---|---|
org.apache.ibatis.builder.xml.dynamic | TODO fillme. |
Uses of SqlNode in org.apache.ibatis.builder.xml.dynamic |
---|
Classes in org.apache.ibatis.builder.xml.dynamic that implement SqlNode | |
---|---|
class |
ChooseSqlNode
|
class |
ForEachSqlNode
|
class |
IfSqlNode
|
class |
MixedSqlNode
|
class |
SetSqlNode
|
class |
TextSqlNode
|
class |
TrimSqlNode
|
class |
WhereSqlNode
|
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)
|
Constructor parameters in org.apache.ibatis.builder.xml.dynamic with type arguments of type SqlNode | |
---|---|
MixedSqlNode(List<SqlNode> contents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |