org.sonar.persistence.model
Interface RuleMapper


public interface RuleMapper


Method Summary
 List<Rule> selectAll()
           
 Rule selectById(Long id)
           
 

Method Detail

selectAll

List<Rule> selectAll()

selectById

Rule selectById(Long id)


Copyright © 2009-2011 SonarSource. All Rights Reserved.