Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
org.springframework.data.r2dbc.support |
Support infrastructure for the configuration of R2DBC-specific repositories.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.Builder |
DatabaseClient.Builder.exceptionTranslator(R2dbcExceptionTranslator exceptionTranslator)
Configures a
R2dbcExceptionTranslator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFallbackR2dbcExceptionTranslator
Deprecated.
since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. |
class |
R2dbcExceptionSubclassTranslator
Deprecated.
since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. |
class |
SqlErrorCodeR2dbcExceptionTranslator
Deprecated.
since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. |
class |
SqlStateR2dbcExceptionTranslator
Deprecated.
since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. |
Modifier and Type | Method and Description |
---|---|
R2dbcExceptionTranslator |
AbstractFallbackR2dbcExceptionTranslator.getFallbackTranslator()
Deprecated.
Return the fallback exception translator, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFallbackR2dbcExceptionTranslator.setFallbackTranslator(R2dbcExceptionTranslator fallback)
Deprecated.
Override the default SQL state fallback translator (typically a
R2dbcExceptionTranslator ). |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.