接口 ConfigInfoTagMapper

所有超级接口:
Mapper
所有已知实现类:
ConfigInfoTagMapperByDerby, ConfigInfoTagMapperByMySql

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

    • updateConfigInfo4TagCas

      default MapperResult updateConfigInfo4TagCas(MapperContext context)
      Update tag configuration information. The default sql: UPDATE config_info_tag SET content=?, md5 = ?, src_ip=?,src_user=?,gmt_modified=?,app_name=? WHERE data_id=? AND group_id=? AND tenant_id=? AND tag_id=? AND (md5=? or md5 is null or md5='')
      参数:
      context - sql paramMap
      返回:
      The sql of updating tag configuration information.
    • findAllConfigInfoTagForDumpAllFetchRows

      MapperResult findAllConfigInfoTagForDumpAllFetchRows(MapperContext context)
      Query all tag config info for dump task. The default sql: SELECT t.id,data_id,group_id,tenant_id,tag_id,app_name,content,md5,gmt_modified FROM ( SELECT id FROM config_info_tag ORDER BY id LIMIT startRow,pageSize ) g, config_info_tag t WHERE g.id = t.id
      参数:
      context - The start index.
      返回:
      The sql of querying all tag config info for dump task.
    • getTableName

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