Uses of Class
org.sonar.jpa.dao.ProfilesDao

Packages that use ProfilesDao
org.sonar.batch   
org.sonar.jpa.dao   
 

Uses of ProfilesDao in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type ProfilesDao
DefaultProfileLoader(ProfilesDao dao)
           
 

Uses of ProfilesDao in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao that return ProfilesDao
 ProfilesDao DaoFacade.getProfilesDao()
           
 

Constructors in org.sonar.jpa.dao with parameters of type ProfilesDao
DaoFacade(ProfilesDao profilesDao, RulesDao rulesDao, MeasuresDao measuresDao)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.