类 ConfigInfoTagMapperByDerby
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.ConfigInfoTagMapperByDerby
- 所有已实现的接口:
ConfigInfoTagMapper,Mapper
public class ConfigInfoTagMapperByDerby
extends AbstractMapperByDerby
implements ConfigInfoTagMapper
The derby implementation of ConfigInfoTagMapper.
- 作者:
- hyx
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Query all tag 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.ConfigInfoTagMapper
getTableName, updateConfigInfo4TagCas从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigInfoTagMapperByDerby
public ConfigInfoTagMapperByDerby()
-
-
方法详细资料
-
findAllConfigInfoTagForDumpAllFetchRows
从接口复制的说明:ConfigInfoTagMapperQuery 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
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-