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, AsyncMeasuresDao asyncMeasureDao)
           
 
Method Summary
 AsyncMeasuresDao getAsyncMeasureDao()
           
 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,
                 AsyncMeasuresDao asyncMeasureDao)
Method Detail

getRulesDao

public RulesDao getRulesDao()

getProfilesDao

public ProfilesDao getProfilesDao()

getMeasuresDao

public MeasuresDao getMeasuresDao()

getAsyncMeasureDao

public AsyncMeasuresDao getAsyncMeasureDao()


Copyright © 2009-2010 SonarSource. All Rights Reserved.