-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Roadmap 6.1
Christian Beikov edited this page Jun 14, 2022
·
3 revisions
- Unified mapping schema - HHH-15251
- New
mapping.xsd
which is based on JPA'sorm.xml
but adds Hibernate extensions based on legacyhbm.xml
mappings - "XML override" (partial XML mappings) support for Hibernate extensions
-
hbm.xml
now "fully" deprecated - Transformation of
hbm.xml
mappings intomapping.xml
documents- at build-time via plugins and tasks
- at run-time - on-the-fly transformation can be opted-in to for 6.1. Eventually, the ability to not opt-in to that behavior will be removed, at which time
hbm.xml
documents will not be supported at run-time.
- New
- JDBC Array support - HHH-10999
- Subquery in FROM clause support for HQL and Criteria - HHH-3356