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

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

public class ChooseSqlNode
extends Object
implements SqlNode


Constructor Summary
ChooseSqlNode(List<IfSqlNode> ifSqlNodes, SqlNode defaultSqlNode)
           
 
Method Summary
 boolean apply(DynamicContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseSqlNode

public ChooseSqlNode(List<IfSqlNode> ifSqlNodes,
                     SqlNode defaultSqlNode)
Method Detail

apply

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


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