类 ConfigMigrateMapperByMysql
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.mysql.AbstractMapperByMysql
com.alibaba.nacos.plugin.datasource.impl.mysql.ConfigMigrateMapperByMysql
- 所有已实现的接口:
ConfigMigrateMapper,Mapper
public class ConfigMigrateMapperByMysql
extends AbstractMapperByMysql
implements ConfigMigrateMapper
The type Config migrate mapper by mysql.
- 作者:
- Sunrisea
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.nacos.plugin.datasource.impl.mysql.AbstractMapperByMysql
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.ConfigMigrateMapper
findConfigGrayIdNeedInsertMigrate, findConfigGrayNeedUpdateMigrate, findConfigIdNeedInsertMigrate, findConfigNeedUpdateMigrate, getConfigConflictCount, getConfigGrayConflictCount, getTableName, migrateConfigGrayInsertByIds, migrateConfigInsertByIds从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigMigrateMapperByMysql
public ConfigMigrateMapperByMysql()
-
-
方法详细资料
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-