See: Description
| Interface | Description |
|---|---|
| ConnectionHandle |
Simple interface to be implemented by handles for a R2DBC Connection.
|
| ConnectionProxy |
Sub interface of
Connection to be implemented by Connection proxies. |
| SmartConnectionFactory |
Extension of the
io.r2dbc.spi.ConnectionFactory interface, to be implemented by special connection factories
that return R2DBC Connections in an unwrapped fashion. |
| Class | Description |
|---|---|
| ConnectionFactoryUtils |
Helper class that provides static methods for obtaining R2DBC Connections from a
ConnectionFactory. |
| ConnectionHolder |
Resource holder wrapping a R2DBC
Connection. |
| DelegatingConnectionFactory |
R2DBC
ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory. |
| R2dbcTransactionManager |
ReactiveTransactionManager implementation for a single R2DBC
ConnectionFactory. |
| SimpleConnectionHandle |
Simple implementation of the
ConnectionHandle interface, containing a given R2DBC Connection. |
| SingleConnectionConnectionFactory |
Implementation of
SmartConnectionFactory that wraps a single R2DBC Connection which is not closed after use. |
| TransactionAwareConnectionFactoryProxy |
Proxy for a target R2DBC
ConnectionFactory, adding awareness of Spring-managed transactions. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.