hibernate-orm/migration-guide.adoc

28 lines
523 B
Plaintext
Raw Normal View History

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.
== Background
2018-01-17 22:02:35 -06:00
== Known changes
2020-04-01 13:47:41 -05:00
=== Type system / custom types
==== Influencing SqlTypeDescriptor to use
Discuss `JdbcTypeCode`, `JdbcType`, `JdbcTypeRegistration`
==== Influencing JavaTypeDescriptor to use
Discuss `@JavaType`, `@JavaTypeRegistration`
2020-04-01 13:47:41 -05:00
=== SQM
2020-04-01 13:47:41 -05:00
* Functions
* Multi-table bulk manipulation HQL/Criteria query handling