接口 ConfigMigrateMapper

所有超级接口:
Mapper
所有已知实现类:
ConfigMigrateMapperByDerby, ConfigMigrateMapperByMysql

public interface ConfigMigrateMapper extends Mapper
The interface Config migrate mapper.
作者:
Sunrisea
  • 方法详细资料

    • getConfigConflictCount

      default MapperResult getConfigConflictCount(MapperContext context)
      Gets namespace conflict count.
      参数:
      context - the context
      返回:
      the namespace conflict count
    • findConfigIdNeedInsertMigrate

      default MapperResult findConfigIdNeedInsertMigrate(MapperContext context)
      Find config id need migrate mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • findConfigNeedUpdateMigrate

      default MapperResult findConfigNeedUpdateMigrate(MapperContext context)
      Find config id need update migrate from empty mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • findConfigGrayNeedUpdateMigrate

      default MapperResult findConfigGrayNeedUpdateMigrate(MapperContext context)
      Find config gray id need update migrate from empty mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • migrateConfigInsertByIds

      default MapperResult migrateConfigInsertByIds(MapperContext context)
      Migrate config by ids mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • getConfigGrayConflictCount

      default MapperResult getConfigGrayConflictCount(MapperContext context)
      Gets config gray conflict count.
      参数:
      context - the context
      返回:
      the config gray conflict count
    • findConfigGrayIdNeedInsertMigrate

      default MapperResult findConfigGrayIdNeedInsertMigrate(MapperContext context)
      Find config id need migrate mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • migrateConfigGrayInsertByIds

      default MapperResult migrateConfigGrayInsertByIds(MapperContext context)
      Migrate config by ids mapper result.
      参数:
      context - the context
      返回:
      the mapper result
    • getTableName

      default String getTableName()
      Get table name ,the migrate_config actually not exist, just for implements mapper method.
      指定者:
      getTableName 在接口中 Mapper
      返回:
      the mapper result