File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ This is an extensive demo on how to use [Spring Data ArangoDB](https://github.co
24
24
* [ Multiple entities] ( #multiple-entities )
25
25
* [ Derived queries] ( #derived-queries )
26
26
* [ Simple findBy] ( #simple-findby )
27
- * [ More complexe findBy] ( #more-complexe-findby )
27
+ * [ Create an index] ( #create-an-index )
28
+ * [ More complex findBy] ( #more-complex-findby )
28
29
* [ Single entity result] ( #single-entity-result )
29
30
* [ countBy] ( #countby )
30
31
* [ removeBy] ( #removeby )
@@ -668,7 +669,7 @@ public class Character {
668
669
669
670
Next time we run our demo the related queries will benefit from the index and avoid performing a full collection scan.
670
671
671
- ## More complexe findBy
672
+ ## More complex findBy
672
673
673
674
Now we’re creating some methods with more parts and have a look how they fit together. Lets also use some different
674
675
return types. Again we simply add the methods in our `CharacterRepository `.
You can’t perform that action at this time.
0 commit comments