Skip to content

Commit

Permalink
Merge pull request #29908 from Sgitario/hibernate_orm_quickstart
Browse files Browse the repository at this point in the history
Add Hibernate ORM REST Data with Panache quickstart link to docs
  • Loading branch information
Sgitario authored Dec 17, 2022
2 parents a0c80ad + 2000d4c commit d573d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/rest-data-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ implementation("io.quarkus:quarkus-resteasy-reactive-jackson")
* Implement the Panache entities and/or repositories as explained in the xref:hibernate-orm-panache.adoc[Hibernate ORM with Panache guide].
* Define the interfaces for generation as explained in <<hr-generating-resources, the resource generation section>>.

To see the Hibernate ORM REST Data with Panache in action, you can check out the {quickstarts-tree-url}/hibernate-orm-rest-data-panache-quickstart[hibernate-orm-rest-data-panache-quickstart] quickstart.

[[hr-hibernate-reactive]]
=== Hibernate Reactive

Expand Down

0 comments on commit d573d17

Please sign in to comment.