quarkusio/quarkus
Update Hibernate ORM docs to use `Session` instead of `EntityManager`
Open
#55,190 opened on Jun 30, 2026
area/documentationarea/hibernate-ormgood first issuekind/enhancement
Repository metrics
- Stars
- (12,967 stars)
- PR merge metrics
- (Avg merge 6d 4h) (325 merged PRs in 30d)
Description
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