Interface ConnectionProviderSupplier
-
- All Superinterfaces:
DatabaseConnectionProvider
- All Known Subinterfaces:
ConfigurableConnectionProviderSupplier
- All Known Implementing Classes:
DefaultConnectionProviderSupplier
public interface ConnectionProviderSupplier extends DatabaseConnectionProvider
- Since:
- 7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
getConnectionProvider(DataSource dataSource)
Get aConnectionProvider
for the givenDataSource
.-
Methods inherited from interface com.atlassian.confluence.persistence.DatabaseConnectionProvider
getConnection
-
-
-
-
Method Detail
-
getConnectionProvider
@Nonnull org.hibernate.engine.jdbc.connections.spi.ConnectionProvider getConnectionProvider(@Nullable DataSource dataSource)
Get aConnectionProvider
for the givenDataSource
.
-
-