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:
parent
9ecb4484a4
commit
8c33056d93
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue