org.apache.ibatis.builder.xml.dynamic
Class DynamicSqlSource

java.lang.Object
  extended by org.apache.ibatis.builder.xml.dynamic.DynamicSqlSource
All Implemented Interfaces:
SqlSource

public class DynamicSqlSource
extends Object
implements SqlSource


Constructor Summary
DynamicSqlSource(Configuration configuration, SqlNode rootSqlNode)
           
 
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

DynamicSqlSource

public DynamicSqlSource(Configuration configuration,
                        SqlNode rootSqlNode)
Method Detail

getBoundSql

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


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