From fd5f5cbe0af0268bf37c02d38c2b2eab030aec70 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 18 Jul 2018 12:11:15 +0200 Subject: [PATCH] HHH-12820 Add entries that have been added to the wiki --- migration-guide.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migration-guide.adoc b/migration-guide.adoc index 4cec430b2f..26cb6fee30 100644 --- a/migration-guide.adoc +++ b/migration-guide.adoc @@ -42,6 +42,11 @@ For backward compatibility, a new setting called `hibernate.id.generator.stored_ Existing applications migrating to 5.3 and using the `@TableGenerator` have to set the `hibernate.id.generator.stored_last_used` configuration property to `false`. ==== +=== Query parameters + +Method `org.hibernate.type.Type getType()` in `org.hibernate.query.QueryParameter` was renamed to `getHibernateType()`. + +This was done in order to allow for the re-introduction of `Class getType()` in a sub-interface, `org.hibernate.procedure.ParameterRegistration`. That second method had been removed in 5.2, breaking compatibility with 5.1. === Second-level cache provider SPI changes