org.sonar.persistence.dao
Class RuleDao
java.lang.Object
org.sonar.persistence.dao.RuleDao
- All Implemented Interfaces:
- BatchComponent, ServerComponent
public class RuleDao
- extends Object
- implements BatchComponent, ServerComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDao
public RuleDao(MyBatis mybatis)
selectAll
public List<Rule> selectAll()
selectById
public Rule selectById(Long id)
Copyright © 2009-2011 SonarSource. All Rights Reserved.