org.apache.ibatis.builder.xml.dynamic
Class IfSqlNode
java.lang.Object
org.apache.ibatis.builder.xml.dynamic.IfSqlNode
- All Implemented Interfaces:
- SqlNode
public class IfSqlNode
- extends Object
- implements SqlNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IfSqlNode
public IfSqlNode(SqlNode contents,
String test)
apply
public boolean apply(DynamicContext context)
- Specified by:
apply
in interface SqlNode
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.