org.apache.ibatis.builder.annotation
Class ProviderSqlSource
java.lang.Object
org.apache.ibatis.builder.annotation.ProviderSqlSource
- All Implemented Interfaces:
- SqlSource
public class ProviderSqlSource
- extends Object
- implements SqlSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProviderSqlSource
public ProviderSqlSource(Configuration config,
Object provider)
getBoundSql
public BoundSql getBoundSql(Object parameterObject)
- Specified by:
getBoundSql
in interface SqlSource
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.