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

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

public class TextSqlNode
extends Object
implements SqlNode


Constructor Summary
TextSqlNode(String text)
           
 
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

TextSqlNode

public TextSqlNode(String text)
Method Detail

apply

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


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