org.sonar.persistence.dao
Class RuleDao

java.lang.Object
  extended by org.sonar.persistence.dao.RuleDao
All Implemented Interfaces:
BatchComponent, ServerComponent

public class RuleDao
extends Object
implements BatchComponent, ServerComponent


Constructor Summary
RuleDao(MyBatis mybatis)
           
 
Method Summary
 List<Rule> selectAll()
           
 Rule selectById(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleDao

public RuleDao(MyBatis mybatis)
Method Detail

selectAll

public List<Rule> selectAll()

selectById

public Rule selectById(Long id)


Copyright © 2009-2011 SonarSource. All Rights Reserved.