类 ConfigInfoGrayMapperByMySql

所有已实现的接口:
ConfigInfoGrayMapper, Mapper

public class ConfigInfoGrayMapperByMySql extends AbstractMapperByMysql implements ConfigInfoGrayMapper
The mysql implementation of ConfigInfoGrayMapper.
作者:
rong
  • 构造器详细资料

    • ConfigInfoGrayMapperByMySql

      public ConfigInfoGrayMapperByMySql()
  • 方法详细资料

    • findAllConfigInfoGrayForDumpAllFetchRows

      public MapperResult findAllConfigInfoGrayForDumpAllFetchRows(MapperContext context)
      从接口复制的说明: ConfigInfoGrayMapper
      Query 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

      public String getDataSource()
      从接口复制的说明: Mapper
      Get the datasource name.
      指定者:
      getDataSource 在接口中 Mapper
      返回:
      The name of datasource.