org.apache.ibatis.builder.xml.dynamic
Class ForEachSqlNode
java.lang.Object
org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
- All Implemented Interfaces:
- SqlNode
public class ForEachSqlNode
- extends Object
- implements SqlNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITEM_PREFIX
public static final String ITEM_PREFIX
- See Also:
- Constant Field Values
ForEachSqlNode
public ForEachSqlNode(Configuration configuration,
SqlNode contents,
String collectionExpression,
String index,
String item,
String open,
String close,
String separator)
apply
public boolean apply(DynamicContext context)
- Specified by:
apply
in interface SqlNode
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.