org.sonar.core.duplication
Interface DuplicationMapper


public interface DuplicationMapper


Method Summary
 void batchInsert(DuplicationUnitDto unit)
           
 List<DuplicationUnitDto> selectCandidates(int resourceSnapshotId, Integer lastSnapshotId, String language)
           
 

Method Detail

selectCandidates

List<DuplicationUnitDto> selectCandidates(int resourceSnapshotId,
                                          Integer lastSnapshotId,
                                          String language)

batchInsert

void batchInsert(DuplicationUnitDto unit)


Copyright © 2009-2012 SonarSource. All Rights Reserved.