类 ConfigInfoTagMapperByDerby

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

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

    • ConfigInfoTagMapperByDerby

      public ConfigInfoTagMapperByDerby()
  • 方法详细资料

    • findAllConfigInfoTagForDumpAllFetchRows

      public MapperResult findAllConfigInfoTagForDumpAllFetchRows(MapperContext context)
      从接口复制的说明: ConfigInfoTagMapper
      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
      指定者:
      findAllConfigInfoTagForDumpAllFetchRows 在接口中 ConfigInfoTagMapper
      参数:
      context - The start index.
      返回:
      The sql of querying all tag config info for dump task.
    • getDataSource

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