Skip to content

Commit

Permalink
HHH-12820 Add entries that have been added to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 18, 2018
1 parent 9ca6b1a commit fd5f5cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migration-guide.adoc
Expand Up @@ -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<T> 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

Expand Down

0 comments on commit fd5f5cb

Please sign in to comment.