quarkusio/quarkus
Update Hibernate ORM docs to use `Session` instead of `EntityManager`
已關閉
#55,190 建立於 2026年6月30日
area/documentationarea/hibernate-ormgood first issuekind/enhancement
倉庫指標
- 星標
- (12,967 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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