Class ObsoleteConfigIdInDbConflict<INT>


  • public class ObsoleteConfigIdInDbConflict<INT>
    extends ProjectsImportConflict
    Config Id exists in DB, but corresponding entity doesn't exist in the model.

    It may happen, for example, if project was removed through UI. In this case we don't remove it identifiers from DB.

    We resolve such conflicts by removing this id from DB, so it will not prevent import. But note, that instead of removing we rename identifiers. It is needed to ensure that corresponding int_id will not be reused by another entities (because it is possible that DB contains data linked to this int_id).