We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e34e5a commit ecaece4Copy full SHA for ecaece4
_posts/2025-06-18-hibernate7-on-quarkus.adoc
@@ -69,7 +69,6 @@ List<Book> books =
69
""")
70
.restrict(Restriction.startsWith(Book_.title, "hibernate"))
71
.sort(Order.desc(Book_.title))
72
- .fetch(Path.from(Book.class).to(Book_publisher))
73
.createQuery(session)
74
.setPage(Page.first(50))
75
.getResultList();
0 commit comments