Skip to content

Commit cb1784f

Browse files
committed
#239 - Add documentation for projecting repository query methods.
1 parent d5fbf16 commit cb1784f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ The annotated query uses native bind markers, which are Postgres bind markers in
122122
NOTE: R2DBC repositories do not support query derivation.
123123

124124
NOTE: R2DBC repositories internally bind parameters to placeholders with `Statement.bind(…)` by index.
125+
126+
:projection-collection: Flux
127+
include::../{spring-data-commons-docs}/repository-projections.adoc[leveloffset=+2]
128+

0 commit comments

Comments
 (0)