Package | Description |
---|---|
io.agroal.api.configuration | |
io.agroal.api.configuration.supplier | |
io.agroal.api.exceptionsorter |
Modifier and Type | Method and Description |
---|---|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
AgroalConnectionPoolConfiguration.ExceptionSorter.defaultExceptionSorter()
Default exception sorter.
|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
AgroalConnectionPoolConfiguration.ExceptionSorter.emptyExceptionSorter()
Never treat an exception as fatal.
|
AgroalConnectionPoolConfiguration.ExceptionSorter |
AgroalConnectionPoolConfiguration.exceptionSorter()
Allows a custom exception sorter.
|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
AgroalConnectionPoolConfiguration.ExceptionSorter.fatalExceptionSorter()
Treats every exception as fatal.
|
Modifier and Type | Method and Description |
---|---|
AgroalConnectionPoolConfigurationSupplier |
AgroalConnectionPoolConfigurationSupplier.exceptionSorter(AgroalConnectionPoolConfiguration.ExceptionSorter sorter)
Sets the exception sorter.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2ExceptionSorter
Exception sorter for DB2 databases.
|
class |
MSSQLExceptionSorter
Exception sorter for MSSQL databases.
|
class |
MySQLExceptionSorter
Exception sorter for MySQL / MariaDB databases.
|
class |
OracleExceptionSorter
Exception sorter for Oracle databases.
|
class |
PostgreSQLExceptionSorter
Exception sorter for PostgreSQL databases.
|
class |
SybaseExceptionSorter
Exception sorter for Sybase databases.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.