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
|
|
|
|
|
|
|
|
Discuss `@SqlTypeCode`, `@SqlType`, `@SqlTypeRegistration`
|
|
|
|
|
|
|
|
==== Influencing JavaTypeDescriptor to use
|
|
|
|
|
|
|
|
Discuss `@JavaType`, `@JavaTypeRegistration`
|
2018-11-14 11:14:30 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|