From a5f4fd9bf3fe09a498479180d39c46b96d412488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galder=20Zamarren=CC=83o?= Date: Wed, 16 Mar 2022 17:06:19 +0100 Subject: [PATCH] Add link to Neo4j call tree blog post --- docs/src/main/asciidoc/native-reference.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/main/asciidoc/native-reference.adoc b/docs/src/main/asciidoc/native-reference.adoc index e8d0fdb7f4da5..ce015c4d3004f 100644 --- a/docs/src/main/asciidoc/native-reference.adoc +++ b/docs/src/main/asciidoc/native-reference.adoc @@ -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,