org.sonar.persistence.model
Interface DuplicationMapper


public interface DuplicationMapper


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

Method Detail

selectCandidates

List<DuplicationUnit> selectCandidates(int resourceSnapshotId,
                                       Integer lastSnapshotId)

batchInsert

void batchInsert(DuplicationUnit unit)


Copyright © 2009-2011 SonarSource. All Rights Reserved.