Interface ConfigurableConnectionProviderSupplier
-
- All Superinterfaces:
ConnectionProviderSupplier,DatabaseConnectionProvider
- All Known Implementing Classes:
DefaultConnectionProviderSupplier
public interface ConfigurableConnectionProviderSupplier extends ConnectionProviderSupplier
A ConnectionProviderSupplier that can be configured with a ServiceRegistryImplementor. This is needed as ConfigurableConnectionProviderSupplier needs a ServiceRegistryImplementor toConnectionProviderInitiator.initiateService(Map, ServiceRegistryImplementor)initiate connections}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistry)-
Methods inherited from interface com.atlassian.confluence.impl.core.persistence.hibernate.ConnectionProviderSupplier
getConnectionProvider
-
Methods inherited from interface com.atlassian.confluence.persistence.DatabaseConnectionProvider
getConnection
-
-