Skip to content

Commit 6d91619

Browse files
committed
Changed prog language
1 parent 318b4df commit 6d91619

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
@@ -60,7 +60,7 @@ In the meantime, you can always refer to the https://quarkus.io/version/main/gui
6060
==== New Restrictions API
6161
After the deprecation of the Hibernate Criteria API, developers were still missing its simplicity, so the Hibernate 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/HQL.
6262

63-
[source,java]
63+
[source,text]
6464
----
6565
var books =
6666
SelectionSpecification.create(Book.class,

0 commit comments

Comments
 (0)