Uses of Class
org.sonar.persistence.model.Rule

Packages that use Rule
org.sonar.persistence.dao   
org.sonar.persistence.model   
 

Uses of Rule in org.sonar.persistence.dao
 

Methods in org.sonar.persistence.dao that return Rule
 Rule RuleDao.selectById(Long id)
           
 

Methods in org.sonar.persistence.dao that return types with arguments of type Rule
 List<Rule> RuleDao.selectAll()
           
 

Uses of Rule in org.sonar.persistence.model
 

Methods in org.sonar.persistence.model that return Rule
 Rule RuleMapper.selectById(Long id)
           
 

Methods in org.sonar.persistence.model that return types with arguments of type Rule
 List<Rule> RuleMapper.selectAll()
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.