org.apache.ibatis.builder.xml.dynamic
Class WhereSqlNode
java.lang.Object
org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
org.apache.ibatis.builder.xml.dynamic.WhereSqlNode
- All Implemented Interfaces:
- SqlNode
public class WhereSqlNode
- extends TrimSqlNode
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 |
WhereSqlNode
public WhereSqlNode(Configuration configuration,
SqlNode contents)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.