接口 ConfigInfoBetaMapper

所有超级接口:
Mapper
所有已知实现类:
ConfigInfoBetaMapperByDerby, ConfigInfoBetaMapperByMySql

public interface ConfigInfoBetaMapper extends Mapper
The beta config info mapper.
作者:
hyx
  • 方法详细资料

    • updateConfigInfo4BetaCas

      default MapperResult updateConfigInfo4BetaCas(MapperContext context)
      Update beta configuration information. UPDATE config_info_beta SET content=?, md5=?, beta_ips=?, src_ip=?,src_user=?,gmt_modified=?,app_name=? WHERE data_id=? AND group_id=? AND tenant_id=? AND (md5=? or md5 is null or md5='')
      参数:
      context - The context of content, md5, beta_ips, src_ip, src_user, gmt_modified, app_name, data_id, group_id, tenant_id, md5
      返回:
      The result of updating beta configuration information.
    • findAllConfigInfoBetaForDumpAllFetchRows

      MapperResult findAllConfigInfoBetaForDumpAllFetchRows(MapperContext context)
      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
      参数:
      context - The context of startRow, pageSize
      返回:
      The result of querying all beta config info for dump task.
    • getTableName

      default String getTableName()
      获取返回表名.
      指定者:
      getTableName 在接口中 Mapper
      返回:
      表名