Package com.atlassian.jira.config.database

Interface Summary
DatabaseConfigurationLoader DatabaseConfigurationLoader is responsible for loading and persisting database configuration from and to the home directory.
DatabaseConfigurationManager Manager implementation that provides save, load and related operations for JIRA's database configuration.
Datasource A datasource that JIRA can use to connect to a database.
 

Class Summary
AbstractJiraHomeDatabaseConfigurationLoader Base implementation of DatabaseConfigurationLoader for loading Database Configuration from jira-home.
DatabaseConfig The configuration for JIRA to connect to the database.
DatabaseConfigHandler Handler for parsing datasource config from and writing datasource config to XML.
DatabaseConfigurationManagerImpl A threadsafe implementation which reads and writes configuration for the database using the given DatabaseConfigurationLoader.
DatabaseDriverRegisterer Registers required DB drivers and provides db-specific error messages when things go wrong.
JdbcDatasource A JDBC datasource.
JdbcDatasource.Builder This is a builder class for constructing a JdbcDatasource manually.
JndiDatasource A JNDI datasource
ManagedDatasourceInfoSupplier Implements a minimal method of acquiring access to the OfBiz DatasourceInfo that uses the DatabaseConfigurationManager's DatabaseConfig.
SystemDatabaseConfigurationLoader Class that loads and persists database configuration by loading from and saving to AbstractJiraHomeDatabaseConfigurationLoader.FILENAME_DBCONFIG in the JIRA home directory.
 

Enum Summary
DatabaseType  
 

Exception Summary
InvalidDatabaseDriverException Thrown if JIRA is requested to configure database using an invalid JDBC driver (that cannot be loaded)
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.