2020-04-01 14:47:41 -04:00
= 6.0 Migration Guide
2015-08-20 15:29:48 -04:00
:toc:
2020-04-01 14:47:41 -04:00
This guide discusses migration from Hibernate ORM version 6.0. For migration from
2015-08-20 15:29:48 -04:00
earlier versions, see any other pertinent migration guides as well.
2016-05-03 13:21:11 -04:00
== Background
2018-01-17 23:02:35 -05:00
== Known changes
2020-04-01 14:47:41 -04:00
=== Type system / custom types
2018-11-14 11:14:30 -05:00
2020-04-15 09:03:21 -04:00
==== Influencing SqlTypeDescriptor to use
2021-03-23 16:41:58 -04:00
Discuss `JdbcTypeCode`, `JdbcType`, `JdbcTypeRegistration`
2020-04-15 09:03:21 -04:00
==== Influencing JavaTypeDescriptor to use
Discuss `@JavaType`, `@JavaTypeRegistration`
2018-11-14 11:14:30 -05:00
2021-08-24 12:59:58 -04: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 14:47:41 -04:00
=== SQM
2018-11-14 11:14:30 -05:00
2020-04-01 14:47:41 -04:00
* Functions
* Multi-table bulk manipulation HQL/Criteria query handling
2018-11-14 11:14:30 -05:00