org.sonar.jpa.dao
Class DaoFacade

java.lang.Object
  extended by org.sonar.jpa.dao.DaoFacade

public class DaoFacade
extends Object


Constructor Summary
DaoFacade(ProfilesDao profilesDao, RulesDao rulesDao, MeasuresDao measuresDao)
           
 
Method Summary
 MeasuresDao getMeasuresDao()
           
 ProfilesDao getProfilesDao()
           
 RulesDao getRulesDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaoFacade

public DaoFacade(ProfilesDao profilesDao,
                 RulesDao rulesDao,
                 MeasuresDao measuresDao)
Method Detail

getRulesDao

public RulesDao getRulesDao()

getProfilesDao

public ProfilesDao getProfilesDao()

getMeasuresDao

public MeasuresDao getMeasuresDao()


Copyright © 2009-2012 SonarSource. All Rights Reserved.