类 ConfigInfoGrayMapperByMySql
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.mysql.AbstractMapperByMysql
com.alibaba.nacos.plugin.datasource.impl.mysql.ConfigInfoGrayMapperByMySql
- 所有已实现的接口:
ConfigInfoGrayMapper,Mapper
public class ConfigInfoGrayMapperByMySql
extends AbstractMapperByMysql
implements ConfigInfoGrayMapper
The mysql implementation of ConfigInfoGrayMapper.
- 作者:
- rong
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Query all gray config info for dump task.Get the datasource name.从类继承的方法 com.alibaba.nacos.plugin.datasource.impl.mysql.AbstractMapperByMysql
getFunction从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.ConfigInfoGrayMapper
findChangeConfig, getTableName, updateConfigInfo4GrayCas从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigInfoGrayMapperByMySql
public ConfigInfoGrayMapperByMySql()
-
-
方法详细资料
-
findAllConfigInfoGrayForDumpAllFetchRows
从接口复制的说明:ConfigInfoGrayMapperQuery all gray config info for dump task. The default sql: SELECT t.id,data_id,group_id,tenant_id,gray_name,app_name,content,md5,gmt_modified FROM ( SELECT id FROM config_info_gray ORDER BY id LIMIT startRow,pageSize ) g, config_info_gray t WHERE g.id = t.id- 指定者:
findAllConfigInfoGrayForDumpAllFetchRows在接口中ConfigInfoGrayMapper- 参数:
context- The start index.- 返回:
- The sql of querying all gray config info for dump task.
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-