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

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

public class MixedSqlNode
extends java.lang.Object
implements SqlNode


Constructor Summary
MixedSqlNode(java.util.List<SqlNode> contents)
           
 
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

MixedSqlNode

public MixedSqlNode(java.util.List<SqlNode> contents)
Method Detail

apply

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


Copyright © 2010. All Rights Reserved.