Skip to content

Commit af192fd

Browse files
committed
#349 - Polishing.
Update reference documentation about query derivation support.
1 parent 5c921c5 commit af192fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/asciidoc/reference/r2dbc-repositories.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ interface ReactivePersonRepository extends ReactiveSortingRepository<Person, Str
136136
<4> Find a single entity for the given criteria. It completes with `IncorrectResultSizeDataAccessException` on non-unique results.
137137
<5> Unless <4>, the first entity is always emitted even if the query yields more result documents.
138138
<6> The `findByLastname` method shows a query for all people with the given last name.
139-
The query is provided, as R2DBC repositories do not support query derivation.
140139
<7> A query for a single `Person` entity projecting only `firstname` and `lastname` columns.
141140
The annotated query uses native bind markers, which are Postgres bind markers in this example.
142141
====

0 commit comments

Comments
 (0)