Uses of Interface
org.sonar.jpa.session.DatabaseSessionFactory

Packages that use DatabaseSessionFactory
org.sonar.api.database.configuration   
org.sonar.batch.config   
org.sonar.core.components   
org.sonar.core.config   
org.sonar.core.notifications   
org.sonar.jpa.session   
org.sonar.server.platform   
org.sonar.server.qualitymodel   
org.sonar.server.rules   
org.sonar.server.startup   
 

Uses of DatabaseSessionFactory in org.sonar.api.database.configuration
 

Constructors in org.sonar.api.database.configuration with parameters of type DatabaseSessionFactory
DatabaseConfiguration(DatabaseSessionFactory sessionFactory)
           
 

Uses of DatabaseSessionFactory in org.sonar.batch.config
 

Constructors in org.sonar.batch.config with parameters of type DatabaseSessionFactory
BatchSettingsEnhancer(DatabaseSessionFactory dbFactory, BatchSettings settings, ProjectReactor reactor)
           
ProjectSettings(PropertyDefinitions definitions, ProjectDefinition projectDefinition, DatabaseSessionFactory dbFactory, Project project)
           
 

Uses of DatabaseSessionFactory in org.sonar.core.components
 

Constructors in org.sonar.core.components with parameters of type DatabaseSessionFactory
CacheMetricFinder(DatabaseSessionFactory sessionFactory)
           
CacheRuleFinder(DatabaseSessionFactory sessionFactory)
           
DefaultMetricFinder(DatabaseSessionFactory sessionFactory)
           
DefaultModelFinder(DatabaseSessionFactory sessionFactory)
           
DefaultRuleFinder(DatabaseSessionFactory sessionFactory)
           
DefaultUserFinder(DatabaseSessionFactory sessionFactory)
           
 

Uses of DatabaseSessionFactory in org.sonar.core.config
 

Methods in org.sonar.core.config with parameters of type DatabaseSessionFactory
static List<Property> ConfigurationUtils.getGeneralProperties(DatabaseSessionFactory dbFactory)
           
static List<Property> ConfigurationUtils.getProjectProperties(DatabaseSessionFactory dbFactory, String moduleKey)
           
 

Uses of DatabaseSessionFactory in org.sonar.core.notifications
 

Constructors in org.sonar.core.notifications with parameters of type DatabaseSessionFactory
DefaultNotificationManager(DatabaseSessionFactory sessionFactory)
           
 

Uses of DatabaseSessionFactory in org.sonar.jpa.session
 

Classes in org.sonar.jpa.session that implement DatabaseSessionFactory
 class ThreadLocalDatabaseSessionFactory
           
 

Methods in org.sonar.jpa.session with parameters of type DatabaseSessionFactory
 DatabaseSession DatabaseSessionProvider.provide(DatabaseSessionFactory factory)
           
 

Uses of DatabaseSessionFactory in org.sonar.server.platform
 

Methods in org.sonar.server.platform with parameters of type DatabaseSessionFactory
 ServerSettings ServerSettings.setSessionFactory(DatabaseSessionFactory sessionFactory)
           
 

Constructors in org.sonar.server.platform with parameters of type DatabaseSessionFactory
ServerImpl(DatabaseSessionFactory dbSessionFactory)
           
 

Uses of DatabaseSessionFactory in org.sonar.server.qualitymodel
 

Constructors in org.sonar.server.qualitymodel with parameters of type DatabaseSessionFactory
DefaultModelManager(DatabaseSessionFactory sessionFactory)
          This constructor is used when there are no templates
DefaultModelManager(DatabaseSessionFactory sessionFactory, ModelDefinition[] definitions)
           
 

Uses of DatabaseSessionFactory in org.sonar.server.rules
 

Constructors in org.sonar.server.rules with parameters of type DatabaseSessionFactory
ProfilesConsole(DatabaseSessionFactory sessionFactory, XMLProfileParser xmlProfileParser, XMLProfileSerializer xmlProfileSerializer, ProfileExporter[] exporters, ProfileImporter[] importers)
           
 

Uses of DatabaseSessionFactory in org.sonar.server.startup
 

Constructors in org.sonar.server.startup with parameters of type DatabaseSessionFactory
ActivateDefaultProfiles(DatabaseSessionFactory sessionFactory, Language[] languages, RegisterProvidedProfiles registerProfilesBefore)
           
DeleteDeprecatedMeasures(DatabaseSessionFactory sessionFactory, ServerUpgradeStatus status)
           
EnableProfiles(Language[] languages, DatabaseSessionFactory sessionFactory, RegisterProvidedProfiles registerProfilesBefore)
           
RegisterProvidedProfiles(RuleFinder ruleFinder, DatabaseSessionFactory sessionFactory, RegisterRules registerRulesBefore)
           
RegisterProvidedProfiles(RuleFinder ruleFinder, DatabaseSessionFactory sessionFactory, RegisterRules registerRulesBefore, ProfileDefinition[] definitions)
           
RegisterRules(DatabaseSessionFactory sessionFactory)
           
RegisterRules(DatabaseSessionFactory sessionFactory, RuleRepository[] repos)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.