Skip to content

Commit ee5ed45

Browse files
Update _posts/2025-06-18-hibernate7-on-quarkus.adoc
Co-authored-by: Yoann Rodière <[email protected]>
1 parent b1d16f3 commit ee5ed45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-06-18-hibernate7-on-quarkus.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Both Quarkus and Hibernate are now projects of the https://www.commonhaus.org[Co
1818
Since the upgrade to Hibernate 7, Quarkus and all modules of Hibernate now share the same open-source license: the https://www.apache.org/licenses/LICENSE-2.0[Apache License Version 2.0]. Implementing a proper open-source approach is crucial to the success of the two projects.
1919

2020
=== Hibernate ORM 7.0 Updates ===
21-
The new version of Hibernate brings better performance and https://docs.jboss.org/hibernate/orm/7.0/whats-new/whats-new.html[all kinds of features], some of which improve the developer experience, such as https://docs.jboss.org/hibernate/orm/7.0/whats-new/whats-new.html#session-find-multiple[using findMultiple() and getMultiple()] to efficiently fetch entities in batches
21+
The new version of Hibernate brings better performance and https://docs.jboss.org/hibernate/orm/7.0/whats-new/whats-new.html[all kinds of features], some of which improve the developer experience, such as https://docs.jboss.org/hibernate/orm/7.0/whats-new/whats-new.html#session-find-multiple[using `findMultiple()` and `getMultiple()`] to efficiently fetch entities in batches.
2222

2323
==== New Restrictions API ====
2424
After the deprecation of the Hibernate Criteria API, users were still missing its simplicity, so the Hibernate ORM team introduced a new https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html#restrictions-and-ordering[Restriction API] that even has new features, such as the possibility to further restrict an already written query using JPQL

0 commit comments

Comments
 (0)