Quarkus Hibernate with Panache Next #51721
Replies: 4 comments 9 replies
-
|
very interesting :) |
Beta Was this translation helpful? Give feedback.
-
|
Omg so even with virtual threads available we still need that reactive mess? |
Beta Was this translation helpful? Give feedback.
-
|
This looks like an amazing progression of Panache. Not having support for StatelessSession stopped me using Panache. I love the blessings of Quarkus doing a lot of stuff in a reactive manner under the hood. I myself struggle a bit with reactive style development. I wonder, can I use blocking code and unmanaged entities? As far as I understand these examples, only the reactive style supports stateless sessions. |
Beta Was this translation helpful? Give feedback.
-
|
What doesn't feel right to me is the need to extend PanacheEntity or PanacheRepository. In my case we already have corporate super classes, so it almost impossible to adopt it. It would be so much easier if it used Interfaces instead Classes like Jakarta Data's CrudRepository. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus Hibernate with Panache Next
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/hibernate-panache-next/
Beta Was this translation helpful? Give feedback.
All reactions