类 ConfigInfoBetaMapperByMySql

    • 构造器详细资料

      • ConfigInfoBetaMapperByMySql

        public ConfigInfoBetaMapperByMySql()
    • 方法详细资料

      • updateConfigInfo4BetaCas

        public java.lang.String updateConfigInfo4BetaCas()
        从接口复制的说明: ConfigInfoBetaMapper
        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='')
        指定者:
        updateConfigInfo4BetaCas 在接口中 ConfigInfoBetaMapper
        返回:
        The sql of updating beta configuration information.
      • findAllConfigInfoBetaForDumpAllFetchRows

        public java.lang.String findAllConfigInfoBetaForDumpAllFetchRows​(int startRow,
                                                                         int pageSize)
        从接口复制的说明: 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
        参数:
        startRow - The start index.
        pageSize - The size of page.
        返回:
        The sql of querying all beta config info for dump task.
      • getTableName

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

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