Skip to content

Commit

Permalink
Merge pull request #24354 from galderz/t_native_ref_neo4j_blog_post_link
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Mar 16, 2022
2 parents a4a723c + a5f4fd9 commit ea3688c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/native-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ docker exec testneo4j bin/cypher-shell -u neo4j -p ${NEO_PASS} \
"match (m:Method) <- [*1..10] - (o) where m.name = 'hello' return *"
----

For further information, check out this
link:https://quarkus.io/blog/quarkus-native-neo4j-call-tree[blog post]
that explores the Quarkus Hibernate ORM quickstart using the techniques explained above.

=== Used Packages/Classes/Methods Reports

`used_packages`, `used_classes` and `used_methods` text file reports come in handy when comparing different versions of the application,
Expand Down

0 comments on commit ea3688c

Please sign in to comment.