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 668aceb commit 35768a8Copy full SHA for 35768a8
migration-guide.adoc
@@ -556,6 +556,7 @@ We encourage migration to the use of the new JPA-standard operations.
556
* `Session.get()` is deprecated in favor of `find()`
557
* `@Cascade` and `org.hibernate.annotations.CascadeType` are deprecated in favor of JPA `cascade` and `CascadeType`
558
* `org.hibernate.annotations.FlushModeType` is deprecated in favor of `QueryFlushMode`
559
+* declaration of JPA lifecycle callback methods by `@Embeddable` classes was previously an undocumented misfeature, and is now deprecated
560
561
[[cleanup]]
562
== Cleanup
0 commit comments