#154 - Polishing.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -8,7 +8,7 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data R2DBC</name>
|
||||
<description>Spring Data module for R2DBC.</description>
|
||||
<description>Spring Data module for R2DBC</description>
|
||||
<url>https://projects.spring.io/spring-data-r2dbc</url>
|
||||
|
||||
<parent>
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
[[new-features]]
|
||||
= New & Noteworthy
|
||||
|
||||
[[new-features.1-0-0-RC1]]
|
||||
== What's New in Spring Data R2DBC 1.0.0 RC1
|
||||
|
||||
* `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`.
|
||||
* Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`.
|
||||
* Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`.
|
||||
* Support for Entity-level converters.
|
||||
* Kotlin extensions for reified generics and <<kotlin.coroutines,Coroutines>>.
|
||||
* Add pluggable mechanism to register dialects.
|
||||
|
||||
[[new-features.1-0-0-M2]]
|
||||
== What's New in Spring Data R2DBC 1.0.0 M2
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ The `MappingR2dbcConverter` also lets you map objects to rows without providing
|
||||
|
||||
This section describes the features of the `MappingR2dbcConverter`, including how to use conventions for mapping objects to rows and how to override those conventions with annotation-based mapping metadata.
|
||||
|
||||
include::../{spring-data-commons-docs}/object-mapping.adoc[leveloffset=+1]
|
||||
|
||||
[[mapping.conventions]]
|
||||
== Convention-based Mapping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user