类 ConfigMigrateMapperByDerby
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.ConfigMigrateMapperByDerby
- 所有已实现的接口:
ConfigMigrateMapper,Mapper
public class ConfigMigrateMapperByDerby
extends AbstractMapperByDerby
implements ConfigMigrateMapper
The type Config migrate mapper by derby.
- 作者:
- Sunrisea
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Find config id need migrate mapper result.Find config gray id need update migrate from empty mapper result.Find config id need migrate mapper result.findConfigNeedUpdateMigrate(MapperContext context) Find config id need update migrate from empty mapper result.Get the datasource name.Migrate config by ids mapper result.migrateConfigInsertByIds(MapperContext context) Migrate config by ids mapper result.从类继承的方法 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.ConfigMigrateMapper
getConfigConflictCount, getConfigGrayConflictCount, getTableName从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
构造器详细资料
-
ConfigMigrateMapperByDerby
public ConfigMigrateMapperByDerby()
-
-
方法详细资料
-
findConfigIdNeedInsertMigrate
从接口复制的说明:ConfigMigrateMapperFind config id need migrate mapper result.- 指定者:
findConfigIdNeedInsertMigrate在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
findConfigNeedUpdateMigrate
从接口复制的说明:ConfigMigrateMapperFind config id need update migrate from empty mapper result.- 指定者:
findConfigNeedUpdateMigrate在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
findConfigGrayIdNeedInsertMigrate
从接口复制的说明:ConfigMigrateMapperFind config id need migrate mapper result.- 指定者:
findConfigGrayIdNeedInsertMigrate在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
findConfigGrayNeedUpdateMigrate
从接口复制的说明:ConfigMigrateMapperFind config gray id need update migrate from empty mapper result.- 指定者:
findConfigGrayNeedUpdateMigrate在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
migrateConfigInsertByIds
从接口复制的说明:ConfigMigrateMapperMigrate config by ids mapper result.- 指定者:
migrateConfigInsertByIds在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
migrateConfigGrayInsertByIds
从接口复制的说明:ConfigMigrateMapperMigrate config by ids mapper result.- 指定者:
migrateConfigGrayInsertByIds在接口中ConfigMigrateMapper- 参数:
context- the context- 返回:
- the mapper result
-
getDataSource
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-