You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/faq/faq.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ In this example we forbide the use of the `findAll` method.
377
377
You could add methods taking in a fetch depth and run custom queries based on that depth.
378
378
One way to do this is shown in <<domain-results>>.
379
379
380
-
To enable this base repository for all declared repesotiries enable Neo4j repositories with: `@EnableNeo4jRepositories(repositoryBaseClass = MyRepositoryImpl.class)`.
380
+
To use this base repository for all declared repositories enable Neo4j repositories with: `@EnableNeo4jRepositories(repositoryBaseClass = MyRepositoryImpl.class)`.
381
381
382
382
[[faq.spel.custom-query]]
383
383
== How do I use Spring Expression Language in custom queries?
0 commit comments