类 ConfigInfoTagsRelationMapperByDerby
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.ConfigInfoTagsRelationMapperByDerby
- 所有已实现的接口:
ConfigTagsRelationMapper,Mapper
public class ConfigInfoTagsRelationMapperByDerby
extends AbstractMapperByDerby
implements ConfigTagsRelationMapper
The derby implementation of ConfigTagsRelationMapper.
- 作者:
- hyx
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Find config info.Query config info.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.ConfigTagsRelationMapper
findConfigInfo4PageCountRows, findConfigInfoLike4PageCountRows, getTableName从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigInfoTagsRelationMapperByDerby
public ConfigInfoTagsRelationMapperByDerby()
-
-
方法详细资料
-
findConfigInfo4PageFetchRows
从接口复制的说明:ConfigTagsRelationMapperFind config info. The default sql: SELECT a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content FROM config_info a LEFT JOIN config_tags_relation b ON a.id=b.i ...- 指定者:
findConfigInfo4PageFetchRows在接口中ConfigTagsRelationMapper- 参数:
context- The keys and values are dataId and group.- 返回:
- The sql of finding config info.
-
findConfigInfoLike4PageFetchRows
从接口复制的说明:ConfigTagsRelationMapperQuery config info. The default sql: SELECT a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content FROM config_info a LEFT JOIN config_tags_relation b ON a.id=b.id- 指定者:
findConfigInfoLike4PageFetchRows在接口中ConfigTagsRelationMapper- 参数:
context- the keys and values are dataId and group.- 返回:
- The sql of querying config info.
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-