hibernate-orm/migration-guide.adoc

28 lines
523 B
Plaintext

= 6.0 Migration Guide
:toc:
This guide discusses migration from Hibernate ORM version 6.0. For migration from
earlier versions, see any other pertinent migration guides as well.
== Background
== Known changes
=== Type system / custom types
==== Influencing SqlTypeDescriptor to use
Discuss `@SqlTypeCode`, `@SqlType`, `@SqlTypeRegistration`
==== Influencing JavaTypeDescriptor to use
Discuss `@JavaType`, `@JavaTypeRegistration`
=== SQM
* Functions
* Multi-table bulk manipulation HQL/Criteria query handling