Package com.atlassian.jira.config.database
package com.atlassian.jira.config.database
-
ClassDescriptionBase implementation of DatabaseConfigurationLoader for loading Database Configuration from jira-home.The configuration for JIRA to connect to the database.Handler for parsing datasource config from and writing datasource config to XML.DatabaseConfigurationLoader is responsible for loading and persisting database configuration from and to the home directory.Manager implementation that provides save, load and related operations for JIRA's database configuration.A threadsafe implementation which reads and writes configuration for the database using the given
DatabaseConfigurationLoader
.Registers required DB drivers and provides db-specific error messages when things go wrong.A datasource that JIRA can use to connect to a database.Thrown if JIRA is requested to configure database using an invalid JDBC driver (that cannot be loaded)A JDBC datasource.This is a builder class for constructing a JdbcDatasource manually.A JNDI datasourceImplements a minimal method of acquiring access to the OfBizDatasourceInfo
that uses theDatabaseConfigurationManager
's DatabaseConfig.Class that loads and persists database configuration by loading from and saving toAbstractJiraHomeDatabaseConfigurationLoader.FILENAME_DBCONFIG
in the JIRA home directory.