类 ConfigInfoBetaMapperByDerby
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
com.alibaba.nacos.plugin.datasource.impl.derby.ConfigInfoBetaMapperByDerby
- 所有已实现的接口:
ConfigInfoBetaMapper,Mapper
public class ConfigInfoBetaMapperByDerby
extends AbstractMapperByDerby
implements ConfigInfoBetaMapper
The derby implementation of ConfigInfoBetaMapper.
- 作者:
- hyx
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Query all beta config info for dump task.Get the datasource name.从类继承的方法 com.alibaba.nacos.plugin.datasource.impl.derby.AbstractMapperByDerby
getFunction从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.ConfigInfoBetaMapper
getTableName, updateConfigInfo4BetaCas从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigInfoBetaMapperByDerby
public ConfigInfoBetaMapperByDerby()
-
-
方法详细资料
-
findAllConfigInfoBetaForDumpAllFetchRows
从接口复制的说明:ConfigInfoBetaMapperQuery 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
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-