quarkusio/quarkus
Update Hibernate ORM docs to use `Session` instead of `EntityManager`
オープン
#55,190 opened on 2026/06/30
area/documentationarea/hibernate-ormgood first issuekind/enhancement
Repository metrics
- Stars
- (12,967 個のスター)
- PR merge metrics
- (平均マージ 6d 4h) (30d で 325 merged PRs)
説明
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