See: Description
| Interface | Description |
|---|---|
| R2dbcExceptionTranslator |
Strategy interface for translating between
R2dbcExceptions and Spring's data
access strategy-agnostic DataAccessException hierarchy. |
| Class | Description |
|---|---|
| AbstractFallbackR2dbcExceptionTranslator |
Base class for
R2dbcExceptionTranslator implementations that allow for fallback to some other
R2dbcExceptionTranslator. |
| ArrayUtils |
Utilities for array interaction.
|
| R2dbcExceptionSubclassTranslator |
R2dbcExceptionTranslator implementation which analyzes the specific R2dbcException subclass thrown by
the R2DBC driver. |
| SqlErrorCodeR2dbcExceptionTranslator |
Implementation of
R2dbcExceptionTranslator that analyzes vendor-specific error codes. |
| SqlStateR2dbcExceptionTranslator |
R2dbcExceptionTranslator implementation that analyzes the SQL state in the R2dbcException based on
the first two digits (the SQL state "class"). |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.