Class ProviderSqlSource
- java.lang.Object
-
- org.apache.ibatis.builder.annotation.ProviderSqlSource
-
-
Constructor Summary
Constructors Constructor Description ProviderSqlSource(Configuration configuration, java.lang.annotation.Annotation provider, java.lang.Class<?> mapperType, java.lang.reflect.Method mapperMethod)
ProviderSqlSource(Configuration configuration, java.lang.Object provider)
Deprecated.Since 3.5.3, Please use theProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this.ProviderSqlSource(Configuration configuration, java.lang.Object provider, java.lang.Class<?> mapperType, java.lang.reflect.Method mapperMethod)
Deprecated.Since 3.5.3, Please use theProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this.
-
Method Summary
Modifier and Type Method Description BoundSql
getBoundSql(java.lang.Object parameterObject)
-
-
-
Constructor Detail
-
ProviderSqlSource
@Deprecated public ProviderSqlSource(Configuration configuration, java.lang.Object provider)
Deprecated.Since 3.5.3, Please use theProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this. This constructor will remove at a future version.
-
ProviderSqlSource
@Deprecated public ProviderSqlSource(Configuration configuration, java.lang.Object provider, java.lang.Class<?> mapperType, java.lang.reflect.Method mapperMethod)
Deprecated.Since 3.5.3, Please use theProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this. This constructor will remove at a future version.- Since:
- 3.4.5
-
ProviderSqlSource
public ProviderSqlSource(Configuration configuration, java.lang.annotation.Annotation provider, java.lang.Class<?> mapperType, java.lang.reflect.Method mapperMethod)
- Since:
- 3.5.3
-
-
Method Detail
-
getBoundSql
public BoundSql getBoundSql(java.lang.Object parameterObject)
- Specified by:
getBoundSql
in interfaceSqlSource
-
-