2020-04-01 13:47:41 -05:00
= 6.0 Migration Guide
2015-08-20 14:29:48 -05:00
:toc:
2020-04-01 13:47:41 -05:00
This guide discusses migration from Hibernate ORM version 6.0. For migration from
2015-08-20 14:29:48 -05:00
earlier versions, see any other pertinent migration guides as well.
2016-05-03 12:21:11 -05:00
== Background
2018-01-17 22:02:35 -06:00
== Known changes
2020-04-01 13:47:41 -05:00
=== Type system / custom types
2018-11-14 11:14:30 -05:00
2020-04-15 08:03:21 -05:00
==== Influencing SqlTypeDescriptor to use
2021-03-23 15:41:58 -05:00
Discuss `JdbcTypeCode`, `JdbcType`, `JdbcTypeRegistration`
2020-04-15 08:03:21 -05:00
==== Influencing JavaTypeDescriptor to use
Discuss `@JavaType`, `@JavaTypeRegistration`
2018-11-14 11:14:30 -05:00
2021-08-24 18:59:58 +02:00
==== Component Mapping
Multiple component mappings for the same java class with different property mappings is not supported anymore. Every property mapping combination should have its own java class"
2020-04-01 13:47:41 -05:00
=== SQM
2018-11-14 11:14:30 -05:00
2020-04-01 13:47:41 -05:00
* Functions
* Multi-table bulk manipulation HQL/Criteria query handling
2018-11-14 11:14:30 -05:00