|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DuplicationUnit | |
|---|---|
| org.sonar.persistence.dao | |
| org.sonar.persistence.model | |
| Uses of DuplicationUnit in org.sonar.persistence.dao |
|---|
| Methods in org.sonar.persistence.dao that return types with arguments of type DuplicationUnit | |
|---|---|
List<DuplicationUnit> |
DuplicationDao.selectCandidates(int resourceSnapshotId,
Integer lastSnapshotId)
|
| Method parameters in org.sonar.persistence.dao with type arguments of type DuplicationUnit | |
|---|---|
void |
DuplicationDao.insert(Collection<DuplicationUnit> units)
Insert rows in the table DUPLICATIONS_INDEX. |
| Uses of DuplicationUnit in org.sonar.persistence.model |
|---|
| Methods in org.sonar.persistence.model that return types with arguments of type DuplicationUnit | |
|---|---|
List<DuplicationUnit> |
DuplicationMapper.selectCandidates(int resourceSnapshotId,
Integer lastSnapshotId)
|
| Methods in org.sonar.persistence.model with parameters of type DuplicationUnit | |
|---|---|
void |
DuplicationMapper.batchInsert(DuplicationUnit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||