Skip to content

Commit 35768a8

Browse files
committed
HHH-19253 update migration guide
1 parent 668aceb commit 35768a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migration-guide.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ We encourage migration to the use of the new JPA-standard operations.
556556
* `Session.get()` is deprecated in favor of `find()`
557557
* `@Cascade` and `org.hibernate.annotations.CascadeType` are deprecated in favor of JPA `cascade` and `CascadeType`
558558
* `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
559560

560561
[[cleanup]]
561562
== Cleanup

0 commit comments

Comments
 (0)