From fd2e170d5aa6f7875e80b9247cc815fa7f59b542 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 24 Jan 2022 20:23:39 +0100 Subject: [PATCH] Fix the Hibernate Reactive documentation --- docs/src/main/asciidoc/hibernate-reactive.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/hibernate-reactive.adoc b/docs/src/main/asciidoc/hibernate-reactive.adoc index c9ddcde41d8d1..38925edd3e5dd 100644 --- a/docs/src/main/asciidoc/hibernate-reactive.adoc +++ b/docs/src/main/asciidoc/hibernate-reactive.adoc @@ -13,11 +13,11 @@ link:https://hibernate.org/reactive/[Hibernate Reactive] is a reactive API for H and a reactive style of interaction with the database. [NOTE] ----- +==== Hibernate Reactive works with the same annotations and most of the configuration described in the xref:quarkus-hibernate-orm.adoc[Hibernate ORM guide]. This guide will only focus on what's specific for Hibernate Reactive. ----- +==== == Solution @@ -168,7 +168,7 @@ The configuration properties listed here allow you to override such defaults, an Hibernate Reactive uses the same properties you would use for Hibernate ORM. You will notice that some properties contain `jdbc` in the name but there is not JDBC in Hibernate Reactive, these are simply legacy property names. -include::{generated-dir}/config/quarkus-orm-reactive.adoc[opts=optional, leveloffset=+2] +include::{generated-dir}/config/quarkus-hibernate-orm.adoc[opts=optional, leveloffset=+2] [TIP] ====