|
6 | 6 |
|
7 | 7 | * Support for <<entity-callbacks>>.
|
8 | 8 |
|
9 |
| -[[new-features.1-1-0-RELEASE]] |
10 |
| - |
11 |
| -== What's New in Spring Data R2DBC 1.1.0 RELEASE |
| 9 | +[[new-features.1-1-0]] |
| 10 | +== What's New in Spring Data R2DBC 1.1.0 |
12 | 11 |
|
13 | 12 | * Introduction of `R2dbcEntityTemplate` for entity-oriented operations.
|
14 | 13 | * <<r2dbc.repositories.queries,Query derivation>>.
|
15 | 14 | * Support interface projections with `DatabaseClient.as(…)`.
|
16 | 15 | * <<r2dbc.datbaseclient.filter,Support for `ExecuteFunction` and `StatementFilterFunction` via `DatabaseClient.filter(…)`>>.
|
17 | 16 |
|
18 |
| -[[new-features.1-0-0-RELEASE]] |
19 |
| -== What's New in Spring Data R2DBC 1.0.0 RELEASE |
| 17 | +[[new-features.1-0-0]] |
| 18 | +== What's New in Spring Data R2DBC 1.0.0 |
20 | 19 |
|
21 | 20 | * Upgrade to R2DBC 0.8.0.RELEASE.
|
22 | 21 | * `@Modifying` annotation for query methods to consume affected row count.
|
23 | 22 | * Repository `save(…)` with an associated Id terminates with `TransientDataAccessException` if the row does not exist in the database.
|
24 | 23 | * Added `SingleConnectionConnectionFactory` for testing using connection singletons.
|
25 | 24 | * Support for {spring-framework-ref}/core.html#expressions[SpEL expressions] in `@Query`.
|
26 |
| - |
27 |
| -[[new-features.1-0-0-RC1]] |
28 |
| -== What's New in Spring Data R2DBC 1.0.0 RC1 |
29 |
| - |
30 | 25 | * `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`.
|
31 | 26 | * Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`.
|
32 | 27 | * Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`.
|
33 | 28 | * Support for Entity-level converters.
|
34 | 29 | * Kotlin extensions for reified generics and <<kotlin.coroutines,Coroutines>>.
|
35 | 30 | * Add pluggable mechanism to register dialects.
|
36 |
| - |
37 |
| -[[new-features.1-0-0-M2]] |
38 |
| -== What's New in Spring Data R2DBC 1.0.0 M2 |
39 |
| - |
40 | 31 | * Support for named parameters.
|
41 |
| - |
42 |
| -[[new-features.1-0-0-M1]] |
43 |
| -== What's New in Spring Data R2DBC 1.0.0 M1 |
44 |
| - |
45 | 32 | * Initial R2DBC support through `DatabaseClient`.
|
46 | 33 | * Initial Transaction support through `TransactionalDatabaseClient`.
|
47 | 34 | * Initial R2DBC Repository Support through `R2dbcRepository`.
|
|
0 commit comments