Package | Description |
---|---|
org.springframework.r2dbc |
The classes in this package make R2DBC easier to use and
reduce the likelihood of common errors.
|
org.springframework.r2dbc.connection |
Provides a utility class for easy ConnectionFactory access,
a ReactiveTransactionManager for a single ConnectionFactory,
and various simple ConnectionFactory implementations.
|
org.springframework.r2dbc.connection.init |
Provides extensible support for initializing databases through scripts.
|
org.springframework.r2dbc.connection.lookup |
Provides a strategy for looking up R2DBC ConnectionFactories by name.
|
org.springframework.r2dbc.core |
Core domain types around DatabaseClient.
|
org.springframework.r2dbc.core.binding |
Classes providing an abstraction over SQL bind markers.
|