We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c900ceb commit 0c8f176Copy full SHA for 0c8f176
src/main/asciidoc/reference/reactive-mongo-repositories.adoc
@@ -47,7 +47,7 @@ Note that the entity defined in the preceding example has a property named `id`
47
====
48
[source]
49
----
50
-public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, Long> {
+public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, String> {
51
52
Flux<Person> findByFirstname(String firstname); <1>
53
0 commit comments