Uses of Interface
io.agroal.api.configuration.AgroalConnectionPoolConfiguration.ExceptionSorter
-
Packages that use AgroalConnectionPoolConfiguration.ExceptionSorter Package Description io.agroal.api.configuration io.agroal.api.configuration.supplier io.agroal.api.exceptionsorter -
-
Uses of AgroalConnectionPoolConfiguration.ExceptionSorter in io.agroal.api.configuration
Methods in io.agroal.api.configuration that return AgroalConnectionPoolConfiguration.ExceptionSorter Modifier and Type Method Description static AgroalConnectionPoolConfiguration.ExceptionSorterAgroalConnectionPoolConfiguration.ExceptionSorter. defaultExceptionSorter()Default exception sorter.static AgroalConnectionPoolConfiguration.ExceptionSorterAgroalConnectionPoolConfiguration.ExceptionSorter. emptyExceptionSorter()Never treat an exception as fatal.AgroalConnectionPoolConfiguration.ExceptionSorterAgroalConnectionPoolConfiguration. exceptionSorter()Allows a custom exception sorter.static AgroalConnectionPoolConfiguration.ExceptionSorterAgroalConnectionPoolConfiguration.ExceptionSorter. fatalExceptionSorter()Treats every exception as fatal. -
Uses of AgroalConnectionPoolConfiguration.ExceptionSorter in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier with parameters of type AgroalConnectionPoolConfiguration.ExceptionSorter Modifier and Type Method Description AgroalConnectionPoolConfigurationSupplierAgroalConnectionPoolConfigurationSupplier. exceptionSorter(AgroalConnectionPoolConfiguration.ExceptionSorter sorter)Sets the exception sorter. -
Uses of AgroalConnectionPoolConfiguration.ExceptionSorter in io.agroal.api.exceptionsorter
Classes in io.agroal.api.exceptionsorter that implement AgroalConnectionPoolConfiguration.ExceptionSorter Modifier and Type Class Description classDB2ExceptionSorterException sorter for DB2 databases.classMSSQLExceptionSorterException sorter for MSSQL databases.classMySQLExceptionSorterException sorter for MySQL / MariaDB databases.classOracleExceptionSorterException sorter for Oracle databases.classPostgreSQLExceptionSorterException sorter for PostgreSQL databases.classSybaseExceptionSorterException sorter for Sybase databases.
-