org.apache.ibatis.mapping
Interface SqlSource

All Known Implementing Classes:
DynamicSqlSource, ProviderSqlSource, StaticSqlSource

public interface SqlSource


Method Summary
 BoundSql getBoundSql(Object parameterObject)
           
 

Method Detail

getBoundSql

BoundSql getBoundSql(Object parameterObject)


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