We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dd52f commit 19a5c93Copy full SHA for 19a5c93
migration-guide.adoc
@@ -548,6 +548,7 @@ We encourage migration to the use of the new JPA-standard operations.
548
* `Session.get()` is deprecated in favor of `find()`
549
* `@Cascade` and `org.hibernate.annotations.CascadeType` are deprecated in favor of JPA `cascade` and `CascadeType`
550
* `org.hibernate.annotations.FlushModeType` is deprecated in favor of `QueryFlushMode`
551
+* declaration of JPA lifecycle callback methods by `@Embeddable` classes was previously an undocumented misfeature, and is now deprecated
552
553
[[cleanup]]
554
== Cleanup
0 commit comments