quarkusio/quarkus
Update Hibernate ORM docs to use `Session` instead of `EntityManager`
Aperta
#55.190 aperta il 30 giu 2026
area/documentationarea/hibernate-ormgood first issuekind/enhancement
Metriche repository
- Star
- (12.967 stelle)
- Metriche merge PR
- (Merge medio 6g 4h) (325 PR mergiate in 30 g)
Descrizione
Description
We've favoured this for a while now, but the docs never reflected that, so we need to fix this. It is already done for Hibernate Reactive docs.
Of course, we still have to mention EntityManager but it can stay in the CDI section.
Side-quest bonus points for figuring out if the codestarts also need updating :)
Implementation ideas
No response