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

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

public class WhereSqlNode
extends TrimSqlNode


Constructor Summary
WhereSqlNode(Configuration configuration, SqlNode contents)
           
 
Method Summary
 
Methods inherited from class org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereSqlNode

public WhereSqlNode(Configuration configuration,
                    SqlNode contents)


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