Package io.quarkus.jdbc.mysql.runtime
Class MySQLAgroalConnectionConfigurer
java.lang.Object
io.quarkus.jdbc.mysql.runtime.MySQLAgroalConnectionConfigurer
- All Implemented Interfaces:
AgroalConnectionConfigurer
@JdbcDriver("mysql")
public class MySQLAgroalConnectionConfigurer
extends Object
implements AgroalConnectionConfigurer
-
Field Summary
Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
disableSslSupport
(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) void
setExceptionSorter
(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
-
Constructor Details
-
MySQLAgroalConnectionConfigurer
public MySQLAgroalConnectionConfigurer()
-
-
Method Details
-
disableSslSupport
public void disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) - Specified by:
disableSslSupport
in interfaceAgroalConnectionConfigurer
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) - Specified by:
setExceptionSorter
in interfaceAgroalConnectionConfigurer
-