org.apache.ibatis.builder.xml.dynamic
Class TrimSqlNode
java.lang.Object
org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
- All Implemented Interfaces:
- SqlNode
- Direct Known Subclasses:
- SetSqlNode, WhereSqlNode
public class TrimSqlNode
- extends Object
- implements SqlNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrimSqlNode
public TrimSqlNode(Configuration configuration,
SqlNode contents,
String prefix,
String prefixesToOverride,
String suffix,
String suffixesToOverride)
apply
public boolean apply(DynamicContext context)
- Specified by:
apply
in interface SqlNode
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.