Uses of Interface
org.sonar.api.database.DatabaseSessionFactory

Packages that use DatabaseSessionFactory
org.sonar.api.database   
org.sonar.api.database.configuration   
 

Uses of DatabaseSessionFactory in org.sonar.api.database
 

Classes in org.sonar.api.database that implement DatabaseSessionFactory
 class ThreadLocalDatabaseSessionFactory
           
 

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

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

Constructors in org.sonar.api.database.configuration with parameters of type DatabaseSessionFactory
DatabaseConfiguration(DatabaseSessionFactory sessionFactory)
           
ResourceDatabaseConfiguration(DatabaseSessionFactory sessionFactory, Integer resourceId)
           
ResourceDatabaseConfiguration(DatabaseSessionFactory sessionFactory, ResourceModel resource)
           
ResourceDatabaseConfiguration(DatabaseSessionFactory sessionFactory, String resourceKey)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.