Код: Выделить всё
public interface JdbcRepository extends JpaRepository {}
...
...
Entity entity1 = Entity.build()
.version(1L)
.id(123)
.status("NEW")
.build;
...
Entity entity2 = Entity.build()
.version(1L) r2dbc 1.0.7.release
Подробнее здесь: [url]https://stackoverflow.com/questions/79465838/springdata-r2dbc-vs-jpa-when-saving-a-list-of-entities-with-the-same-ids[/url]