Uses of Interface
io.agroal.api.configuration.AgroalConnectionPoolConfiguration.ExceptionSorter
Packages that use AgroalConnectionPoolConfiguration.ExceptionSorter
Package
Description
-
Uses of AgroalConnectionPoolConfiguration.ExceptionSorter in io.agroal.api.configuration
Methods in io.agroal.api.configuration that return AgroalConnectionPoolConfiguration.ExceptionSorterModifier and TypeMethodDescriptionAgroalConnectionPoolConfiguration.ExceptionSorter.defaultExceptionSorter()Default exception sorter.AgroalConnectionPoolConfiguration.ExceptionSorter.emptyExceptionSorter()Never treat an exception as fatal.AgroalConnectionPoolConfiguration.exceptionSorter()Allows a custom exception sorter.AgroalConnectionPoolConfiguration.ExceptionSorter.fatalExceptionSorter()Treats every exception as fatal. -
Uses of AgroalConnectionPoolConfiguration.ExceptionSorter in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier that return AgroalConnectionPoolConfiguration.ExceptionSorterModifier and TypeMethodDescriptionAgroalPropertiesReader.parseExceptionSorter(String exceptionSorterName) Accepts the following options: `empty` for the defaultemptyExceptionSorter()`default` fordefaultExceptionSorter()`fatal` forfatalExceptionSorter()`DB2` for theDB2ExceptionSorter`MSSQL` for theMSSQLExceptionSorter`MySQL` for theMySQLExceptionSorter`Oracle` for theOracleExceptionSorter`Postgres` or `PostgreSQL` for thePostgreSQLExceptionSorter`Sybase` for theSybaseExceptionSorterthe name of a class that implementsAgroalConnectionPoolConfiguration.ExceptionSorterMethods in io.agroal.api.configuration.supplier with parameters of type AgroalConnectionPoolConfiguration.ExceptionSorterModifier and TypeMethodDescriptionAgroalConnectionPoolConfigurationSupplier.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.ExceptionSorterModifier and TypeClassDescriptionclassException sorter for DB2 databases.classException sorter for MSSQL databases.classException sorter for MySQL / MariaDB databases.classException sorter for Oracle databases.classException sorter for PostgreSQL databases.classException sorter for Sybase databases.