接口的使用
com.alibaba.nacos.plugin.datasource.mapper.Mapper
使用Mapper的程序包
程序包
说明
-
com.alibaba.nacos.plugin.datasource中Mapper的使用
类型参数类型为Mapper的com.alibaba.nacos.plugin.datasource中的字段类型参数类型为Mapper的com.alibaba.nacos.plugin.datasource中的方法修饰符和类型方法说明<R extends Mapper>
RMapperManager.findMapper(String dataSource, String tableName) Get the mapper by table name. -
com.alibaba.nacos.plugin.datasource.impl.derby中Mapper的使用
修饰符和类型类说明classThe abstract derby mapper contains CRUD methods.classThe derby implementation of ConfigInfoBetaMapper.classThe derby implementation of ConfigInfoGrayMapper.classThe derby implementation of ConfigInfoMapper.classThe derby implementation of ConfigInfoTagMapper.classThe derby implementation of ConfigTagsRelationMapper.classThe type Config migrate mapper by derby.classThe derby implementation ofGroupCapacityMapper.classThe derby implementation of ConfigInfoMapper.classThe derby implementation of TenantCapacityMapper.classThe derby implementation of TenantInfoMapper. -
com.alibaba.nacos.plugin.datasource.impl.mysql中Mapper的使用
修饰符和类型类说明classThe abstract mysql mapper contains CRUD methods.classThe mysql implementation of ConfigInfoBetaMapper.classThe mysql implementation of ConfigInfoGrayMapper.classThe mysql implementation of ConfigInfoMapper.classThe mysql implementation of ConfigInfoTagMapper.classThe type Config migrate mapper by mysql.classThe mysql implementation of ConfigTagsRelationMapper.classThe MySQL implementation ofGroupCapacityMapper.classThe mysql implementation of HistoryConfigInfoMapper.classThe mysql implementation of TenantCapacityMapper.classThe mysql implementation of TenantInfoMapper. -
com.alibaba.nacos.plugin.datasource.mapper中Mapper的使用
修饰符和类型接口说明interfaceThe beta config info mapper.interfaceThe config gray info mapper.interfaceThe mapper of config info.interfaceThe config tag info mapper.interfaceThe interface Config migrate mapper.interfaceThe config with tags mapper.interfaceThe group capacity info mapper.interfaceThe history config info mapper.interfaceThe tenant capacity info mapper.interfaceThe tenant info mapper. -
com.alibaba.nacos.plugin.datasource.proxy中Mapper的使用
修饰符和类型方法说明<R> RMapperProxy.createProxy(Mapper mapper) Creates a proxy instance for the sub-interfaces of Mapper.class implemented by the given object.static <R> RMapperProxy.createSingleProxy(Mapper mapper) create proxy-mapper single instead of using method createProxy.