org.apache.ibatis.scripting.defaults
Class RawSqlSource
java.lang.Object
org.apache.ibatis.scripting.defaults.RawSqlSource
- All Implemented Interfaces:
- SqlSource
public class RawSqlSource
- extends Object
- implements SqlSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawSqlSource
public RawSqlSource(Configuration configuration,
String sql)
getBoundSql
public BoundSql getBoundSql(Object parameterObject)
- Specified by:
getBoundSql
in interface SqlSource
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.