Class ManagedDatasourceInfoSupplier
java.lang.Object
com.atlassian.jira.config.database.ManagedDatasourceInfoSupplier
- All Implemented Interfaces:
com.google.common.base.Supplier<org.ofbiz.core.entity.config.DatasourceInfo>,Supplier<org.ofbiz.core.entity.config.DatasourceInfo>
public class ManagedDatasourceInfoSupplier
extends Object
implements com.google.common.base.Supplier<org.ofbiz.core.entity.config.DatasourceInfo>
Implements a minimal method of acquiring access to the OfBiz
DatasourceInfo that uses the DatabaseConfigurationManager's DatabaseConfig.- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionManagedDatasourceInfoSupplier(DatabaseConfigurationManager databaseConfigurationManager) -
Method Summary
-
Constructor Details
-
ManagedDatasourceInfoSupplier
-
-
Method Details