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

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

public class SetSqlNode
extends TrimSqlNode


Constructor Summary
SetSqlNode(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

SetSqlNode

public SetSqlNode(Configuration configuration,
                  SqlNode contents)


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