Skip to content

Commit 19a5c93

Browse files
committed
HHH-19253 update migration guide
1 parent 05dd52f commit 19a5c93

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
@@ -548,6 +548,7 @@ We encourage migration to the use of the new JPA-standard operations.
548548
* `Session.get()` is deprecated in favor of `find()`
549549
* `@Cascade` and `org.hibernate.annotations.CascadeType` are deprecated in favor of JPA `cascade` and `CascadeType`
550550
* `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
551552

552553
[[cleanup]]
553554
== Cleanup

0 commit comments

Comments
 (0)