Fix dead link in documentation section "Java API for HQL and JPQL"

See the link "next chapter" at the beginning of this section:

https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html#hql
This commit is contained in:
Yoann Rodière 2022-08-16 11:46:32 +02:00 committed by Christian Beikov
parent 9ecb4484a4
commit 8c33056d93
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ HQL is not the only way to write queries in Hibernate:
However, HQL is the most convenient option for most people most of the time. However, HQL is the most convenient option for most people most of the time.
The actual query language itself is discussed the <<chapters/query/criteria/QueryLanguage.adoc#query-language,next chapter>>. The actual query language itself is discussed the <<chapters/query/hql/QueryLanguage.adoc#query-language,next chapter>>.
This chapter describes the Java APIs for executing HQL and JPQL queries. This chapter describes the Java APIs for executing HQL and JPQL queries.
Most of this chapter is dedicated to discussing `org.hibernate.query.Query`, `jakarta.persistence.Query` and Most of this chapter is dedicated to discussing `org.hibernate.query.Query`, `jakarta.persistence.Query` and