| Constructor and Description |
|---|
ProviderSqlSource(Configuration configuration,
Annotation provider,
Class<?> mapperType,
Method mapperMethod)
Instantiates a new provider sql source.
|
ProviderSqlSource(Configuration configuration,
Object provider)
Deprecated.
Since 3.5.3, Please use the
ProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this. |
ProviderSqlSource(Configuration configuration,
Object provider,
Class<?> mapperType,
Method mapperMethod)
Deprecated.
Since 3.5.3, Please use the
ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this. |
@Deprecated public ProviderSqlSource(Configuration configuration, Object provider)
ProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this.configuration - the configurationprovider - the provider@Deprecated public ProviderSqlSource(Configuration configuration, Object provider, Class<?> mapperType, Method mapperMethod)
ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this.configuration - the configurationprovider - the providermapperType - the mapper typemapperMethod - the mapper methodpublic ProviderSqlSource(Configuration configuration, Annotation provider, Class<?> mapperType, Method mapperMethod)
configuration - the configurationprovider - the providermapperType - the mapper typemapperMethod - the mapper methodpublic BoundSql getBoundSql(Object parameterObject)
getBoundSql in interface SqlSourceCopyright © 2009–2021 MyBatis.org. All rights reserved.