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 SqlSource
Copyright © 2009–2018 MyBatis.org. All rights reserved.