Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.7k
Roadmap 6.1
Christian Beikov edited this pageJun 14, 2022 ·3 revisions
- Unified mapping schema -HHH-15251
- New
mapping.xsdwhich is based on JPA'sorm.xmlbut adds Hibernate extensions based on legacyhbm.xmlmappings - "XML override" (partial XML mappings) support for Hibernate extensions
hbm.xmlnow "fully" deprecated- Transformation of
hbm.xmlmappings intomapping.xmldocuments- 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.xmldocuments will not be supported at run-time.
- New
- JDBC Array support -HHH-10999
- Subquery in FROM clause support for HQL and Criteria -HHH-3356