Skip to content

Commit a1739c8

Browse files
committed
Mention deprecation of Session.byMultipleIds() in migration guide
1 parent d8d7ebe commit a1739c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

migration-guide.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ This section describes changes to contracts (classes, interfaces, methods, etc.)
5454
The method `contains(String,Object)` of `Session` was deprecated.
5555
Use `contains(Object)` instead.
5656

57-
[[noInterceptor]]
58-
== SharedSessionBuilder.noInterceptor()
5957

60-
The behavior of `SharedSessionBuilder.noInterceptor()` was changed to reflect its documented semantics.
58+
[[byMultipleIds]]
59+
=== Session.byMultipleIds() deprecated
60+
61+
`byMultipleIds()` of `Session` and `MultiIdentifierLoadAccess` have been deprecated in favor of `Session#findMultiple`
62+
6163

6264
[[jpa]]
6365
=== @Jpa (hibernate-testing)

0 commit comments

Comments
 (0)