You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate 6 is a major redesign of the world's most popular and feature-rich ORM solution.
9
-
The redesign has touched almost every subsystem of Hibernate, including the APIs, mapping annotations, and, above all else, the query language.
8
+
Hibernate 6 was a major redesign of the world's most popular and feature-rich ORM solution.
9
+
The redesign touched almost every subsystem of Hibernate, including the APIs, mapping annotations, and, above all else, the query language.
10
+
This was the second time Hibernate Query Language had been completely reimplemented from scratch, but the first time in more than fifteen years.
11
+
Hibernate 7 rests on this foundation.
10
12
11
-
This is the second time Hibernate Query Language has been completely reimplemented from scratch, but the first time in more than fifteen years.
12
13
In this new incarnation, HQL is far more powerful, and the HQL compiler much more robust.
14
+
Today, HQL has a feature set to match that of modern dialects of SQL, and is able to take full advantage of the power of modern SQL databases.
13
15
14
-
At long last, HQL has a feature set to match that of modern dialects of SQL, and is able to take full advantage of the power of modern SQL databases.
16
+
This document is a reference guide to the full feature set of the language, and is the only up-to-date source for those who wish to learn how to write HQL effectively in Hibernate 6 and Hibernate 7.
15
17
16
-
This document is a reference guide to the full feature set of the language, and is the only up-to-date source for those who wish to learn how to write HQL effectively in Hibernate 6.
17
-
18
-
If you are unfamiliar with Hibernate, be sure to first read link:{doc-introduction-url}[Introduction to Hibernate] or check out the link:{doc-quick-start-url}[Quick Start].
18
+
If you are unfamiliar with Hibernate, be sure to first read the link:{doc-introduction-url}[Short Guide to Hibernate].
0 commit comments