org.apache.ibatis.scripting.defaults
Class RawSqlSource

java.lang.Object
  extended by org.apache.ibatis.scripting.defaults.RawSqlSource
All Implemented Interfaces:
SqlSource

public class RawSqlSource
extends Object
implements SqlSource


Constructor Summary
RawSqlSource(Configuration configuration, String sql, Class<?> parameterType)
           
 
Method Summary
 BoundSql getBoundSql(Object parameterObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawSqlSource

public RawSqlSource(Configuration configuration,
                    String sql,
                    Class<?> parameterType)
Method Detail

getBoundSql

public BoundSql getBoundSql(Object parameterObject)
Specified by:
getBoundSql in interface SqlSource


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