Interface IdKeyMapper
public interface IdKeyMapper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckExistsByC7IdAndType(IdKeyMapper.TYPE type, String c7Id) booleancheckHasC8KeyByC7IdAndType(IdKeyMapper.TYPE type, String c7Id) longlongvoiddeleteByC7Id(String c7Id) findC8KeyByC7IdAndType(String id, IdKeyMapper.TYPE type) findMigratedByType(IdKeyMapper.TYPE type, int offset, int limit) findSkippedByType(IdKeyMapper.TYPE type, int offset, int limit) Returns the names of all history-related entity types as strings.static Set<IdKeyMapper.TYPE> Returns all history-related entity types as enum values.voidinsert(IdKeyDbModel idKeyDbModel) voidupdateC8KeyByC7IdAndType(IdKeyDbModel idKeyDbModel) voidupdateSkipReason(IdKeyDbModel idKeyDbModel)
-
Field Details
-
HISTORY_TYPES
-
-
Method Details
-
getHistoryTypeNames
Returns the names of all history-related entity types as strings. -
getHistoryTypes
Returns all history-related entity types as enum values. -
checkExistsByC7IdAndType
-
checkHasC8KeyByC7IdAndType
boolean checkHasC8KeyByC7IdAndType(@Param("type") IdKeyMapper.TYPE type, @Param("c7Id") String c7Id) -
findLatestCreateTimeByType
-
findC8KeyByC7IdAndType
-
insert
-
findSkippedByType
List<IdKeyDbModel> findSkippedByType(@Param("type") IdKeyMapper.TYPE type, @Param("offset") int offset, @Param("limit") int limit) -
findMigratedByType
List<IdKeyDbModel> findMigratedByType(@Param("type") IdKeyMapper.TYPE type, @Param("offset") int offset, @Param("limit") int limit) -
countSkippedByType
-
countSkipped
long countSkipped() -
findAllC7Ids
-
updateC8KeyByC7IdAndType
-
updateSkipReason
-
deleteByC7Id
-