类 ConfigInfoBetaMapperByDerby

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

public class ConfigInfoBetaMapperByDerby extends AbstractMapperByDerby implements ConfigInfoBetaMapper
The derby implementation of ConfigInfoBetaMapper.
作者:
hyx
  • 构造器详细资料

    • ConfigInfoBetaMapperByDerby

      public ConfigInfoBetaMapperByDerby()
  • 方法详细资料

    • findAllConfigInfoBetaForDumpAllFetchRows

      public MapperResult findAllConfigInfoBetaForDumpAllFetchRows(MapperContext context)
      从接口复制的说明: ConfigInfoBetaMapper
      Query all beta config info for dump task. The default sql: SELECT t.id,data_id,group_id,tenant_id,app_name,content,md5,gmt_modified,beta_ips,encrypted_data_key FROM ( SELECT id FROM config_info_beta ORDER BY id LIMIT startRow,pageSize ) g, config_info_beta t WHERE g.id = t.id
      指定者:
      findAllConfigInfoBetaForDumpAllFetchRows 在接口中 ConfigInfoBetaMapper
      参数:
      context - The context of startRow, pageSize
      返回:
      The result of querying all beta config info for dump task.
    • getDataSource

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