Class SQLScriptSource

java.lang.Object
org.mybatis.scripting.velocity.SQLScriptSource
All Implemented Interfaces:
org.apache.ibatis.mapping.SqlSource

public class SQLScriptSource extends Object implements org.apache.ibatis.mapping.SqlSource
  • Field Details

  • Constructor Details

    • SQLScriptSource

      public SQLScriptSource(org.apache.ibatis.session.Configuration newConfiguration, String script, Class<?> parameterTypeClass)
  • Method Details

    • getBoundSql

      public org.apache.ibatis.mapping.BoundSql getBoundSql(Object parameterObject)
      Specified by:
      getBoundSql in interface org.apache.ibatis.mapping.SqlSource