add remaining persistence shortcodes
[yosql.git] / yosql-website / content / persistence / spring-data-r2dbc.md
blob6b3934e8aa2ad645edbbff7703b646c2b10438fe
1 ---
2 title: Spring-Data R2DBC
3 date: 2019-09-27T18:51:08+02:00
4 menu:
5   main:
6     parent: Persistence APIs
7 categories:
8   - Persistence
9 tags:
10   - R2DBC
11   - Spring-Data
12   - Spring
13 ---
15 The `spring-data-r2dbc` based implementation. It generates Spring-Data repository interfaces that use the entire SQL statements as annotation value.
17 | Read | Write | Call | Batch Write | Rxjava | Stream Eager | Stream Lazy |
18 |------|-------|------|-------------|--------|--------------|-------------|
19 | ✘    | ✘     | ✘    | ✘           | ✘      | ✘            | ✘           |
21 ### Maven
23 In order to use `YoSQL` together with [Maven](https://maven.apache.org/), take a look at the tooling [documentation
24 for Maven](/tooling/maven/).
26 {{< maven/persistence/spring-data-r2dbc/index >}}