Skip to content

Commit ecaece4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ List<Book> books =
6969
""")
7070
.restrict(Restriction.startsWith(Book_.title, "hibernate"))
7171
.sort(Order.desc(Book_.title))
72-
.fetch(Path.from(Book.class).to(Book_publisher))
7372
.createQuery(session)
7473
.setPage(Page.first(50))
7574
.getResultList();

0 commit comments

Comments
 (0)