Package io.quarkus.jdbc.derby.runtime
Class DerbyAgroalConnectionConfigurer
- java.lang.Object
-
- io.quarkus.jdbc.derby.runtime.DerbyAgroalConnectionConfigurer
-
- All Implemented Interfaces:
AgroalConnectionConfigurer
@JdbcDriver("derby") public class DerbyAgroalConnectionConfigurer extends Object implements AgroalConnectionConfigurer
-
-
Field Summary
-
Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
log
-
-
Constructor Summary
Constructors Constructor Description DerbyAgroalConnectionConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
disableSslSupport
-
-
-
-
Method Detail
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
- Specified by:
setExceptionSorterin interfaceAgroalConnectionConfigurer
-
-