Package io.quarkus.jdbc.oracle.runtime
Class OracleAgroalConnectionConfigurer
- java.lang.Object
-
- io.quarkus.jdbc.oracle.runtime.OracleAgroalConnectionConfigurer
-
- All Implemented Interfaces:
AgroalConnectionConfigurer
@JdbcDriver("oracle") public class OracleAgroalConnectionConfigurer extends Object implements AgroalConnectionConfigurer
-
-
Field Summary
-
Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
log
-
-
Constructor Summary
Constructors Constructor Description OracleAgroalConnectionConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)Oracle connection properties are documented here: https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#Transport_Layer_Security__TLS_SSL_ SSL seems to be disabled by default, so rather than disabling it explicitly we check that the user didn't attempt to enable it.voidsetExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
-
-
-
Method Detail
-
disableSslSupport
public void disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
Oracle connection properties are documented here: https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#Transport_Layer_Security__TLS_SSL_ SSL seems to be disabled by default, so rather than disabling it explicitly we check that the user didn't attempt to enable it.- Specified by:
disableSslSupportin interfaceAgroalConnectionConfigurer
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
- Specified by:
setExceptionSorterin interfaceAgroalConnectionConfigurer
-
-