quarkusio/quarkus
Update Hibernate ORM docs to use `Session` instead of `EntityManager`
Fechada
#55.190 aberto em 30 de jun. de 2026
area/documentationarea/hibernate-ormgood first issuekind/enhancement
Métricas do repositório
- Stars
- (12.967 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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