Skip to content

Commit

Permalink
mention GenericGenerator deprecation in migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin King <gavin@hibernate.org>
  • Loading branch information
gavinking committed Apr 25, 2024
1 parent b5b40f2 commit 816d1e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migration-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ explicit settings for this configuration. At a minimum this includes:
* `hibernate.dialect` or `jakarta.persistence.database-product-name` to indicate the type of database
* `jakarta.persistence.database-product-version` to indicate the database version

[[generic-generator]]
== Deprecation of `@GenericGenerator`

The `@GenericGenerator` annotation was deprecated, in favor of the much more typesafe approach provided by `@IdGeneratorType` which was first introduced in 6.0.

[[query-result-validation]]
== Validation of Query Result Type
Expand Down

0 comments on commit 816d1e1

Please sign in to comment.