org.apache.ibatis.builder.xml.dynamic
Class ForEachSqlNode

java.lang.Object
  extended by org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
All Implemented Interfaces:
SqlNode

public class ForEachSqlNode
extends Object
implements SqlNode


Field Summary
static String ITEM_PREFIX
           
 
Constructor Summary
ForEachSqlNode(Configuration configuration, SqlNode contents, String collectionExpression, String index, String item, String open, String close, String separator)
           
 
Method Summary
 boolean apply(DynamicContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_PREFIX

public static final String ITEM_PREFIX
See Also:
Constant Field Values
Constructor Detail

ForEachSqlNode

public ForEachSqlNode(Configuration configuration,
                      SqlNode contents,
                      String collectionExpression,
                      String index,
                      String item,
                      String open,
                      String close,
                      String separator)
Method Detail

apply

public boolean apply(DynamicContext context)
Specified by:
apply in interface SqlNode


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.