| Constructor and Description |
|---|
ProviderSqlSource(Configuration configuration,
Object provider)
Deprecated.
Please use the
ProviderSqlSource(Configuration, Object, Class, Method) instead of this. |
ProviderSqlSource(Configuration configuration,
Object provider,
Class<?> mapperType,
Method mapperMethod) |
@Deprecated public ProviderSqlSource(Configuration configuration, Object provider)
ProviderSqlSource(Configuration, Object, Class, Method) instead of this.public ProviderSqlSource(Configuration configuration, Object provider, Class<?> mapperType, Method mapperMethod)
public BoundSql getBoundSql(Object parameterObject)
getBoundSql in interface SqlSourceCopyright © 2009–2017 MyBatis.org. All rights reserved.