Uses of Interface
org.sonar.core.persistence.Database

Packages that use Database
org.sonar.batch.bootstrap   
org.sonar.core.persistence   
org.sonar.jpa.session   
org.sonar.server.platform   
org.sonar.server.ui   
 

Uses of Database in org.sonar.batch.bootstrap
 

Classes in org.sonar.batch.bootstrap that implement Database
 class BatchDatabase
           
 

Uses of Database in org.sonar.core.persistence
 

Classes in org.sonar.core.persistence that implement Database
 class DefaultDatabase
           
 

Methods in org.sonar.core.persistence that return Database
 Database Database.start()
           
 Database Database.stop()
           
 

Constructors in org.sonar.core.persistence with parameters of type Database
DatabaseMigrator(MyBatis myBatis, Database database)
           
MyBatis(Database database)
           
 

Uses of Database in org.sonar.jpa.session
 

Fields in org.sonar.jpa.session declared as Database
protected  Database AbstractDatabaseConnector.database
           
 

Constructors in org.sonar.jpa.session with parameters of type Database
AbstractDatabaseConnector(Database database)
           
DefaultDatabaseConnector(Database database)
           
MemoryDatabaseConnector(Database database)
           
 

Uses of Database in org.sonar.server.platform
 

Constructors in org.sonar.server.platform with parameters of type Database
DefaultServerFileSystem(Database database, File homeDir, File deployDir)
          for unit tests
DefaultServerFileSystem(Database database, Settings settings)
           
 

Uses of Database in org.sonar.server.ui
 

Methods in org.sonar.server.ui that return Database
 Database JRubyFacade.getDatabase()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.