org.apache.ibatis.builder
Class StaticSqlSource

java.lang.Object
  extended by org.apache.ibatis.builder.StaticSqlSource
All Implemented Interfaces:
SqlSource

public class StaticSqlSource
extends Object
implements SqlSource


Constructor Summary
StaticSqlSource(Configuration configuration, String sql)
           
StaticSqlSource(Configuration configuration, String sql, List<ParameterMapping> parameterMappings)
           
 
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

StaticSqlSource

public StaticSqlSource(Configuration configuration,
                       String sql)

StaticSqlSource

public StaticSqlSource(Configuration configuration,
                       String sql,
                       List<ParameterMapping> parameterMappings)
Method Detail

getBoundSql

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


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