public class MySqlNotBetweenAliasConditionConverter extends AbstractConverter<NotBetweenAliasCondition> implements Converter<NotBetweenAliasCondition>
Converter.Type| 限定符 | 构造器和说明 |
|---|---|
protected |
MySqlNotBetweenAliasConditionConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected StringBuilder |
doBuildSql(Converter.Type type,
StringBuilder sqlBuilder,
org.apache.ibatis.session.Configuration configuration,
NotBetweenAliasCondition obj,
MybatisParamHolder mybatisParamHolder) |
static MySqlNotBetweenAliasConditionConverter |
getInstance() |
DbType |
getSupportDbType()
获取支持的数据库
|
buildSqlpublic static MySqlNotBetweenAliasConditionConverter getInstance()
protected StringBuilder doBuildSql(Converter.Type type, StringBuilder sqlBuilder, org.apache.ibatis.session.Configuration configuration, NotBetweenAliasCondition obj, MybatisParamHolder mybatisParamHolder)
public DbType getSupportDbType()
ConvertergetSupportDbType 在接口中 Converter<NotBetweenAliasCondition>Copyright © 2023. All Rights Reserved.