| Class and Description |
|---|
| Deduper
Remove duplicated rows from a table before a unique constraint can be added.
|
| DedupeStrategy
Decide how to remove duplicates so a unique constraint can be added
Note: Tables with composite keys are not supported.
|
| Class and Description |
|---|
| DedupeStrategy
Decide how to remove duplicates so a unique constraint can be added
Note: Tables with composite keys are not supported.
|
| DuplicateRowHolder
Hold a duplicate record.
|
| KeepOneDedupeStrategy
Keep only one record.
|
| KeepSmallestIdDedupeStrategy
Keep the record with smallest Id
|
| MergeToSmallestIdDedupeStrategy.ReferencedTable
Hold information about a table having a foreign key referencing current table
This implementation only support simple foreign keys i.e.
|
| Class and Description |
|---|
| Deduper
Remove duplicated rows from a table before a unique constraint can be added.
|
Copyright © 2003–2022 Atlassian. All rights reserved.