-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19015 - Deprecate Session#byId in favor of FindOptions #10671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
380f714
to
855d16a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think adding the deprecations to 7.1 is fine.
Made suggestions to apply that.
855d16a
to
9605db7
Compare
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
9605db7
to
7623f30
Compare
Does it make sense to deprecate the method without also deprecating |
Well, at least initially it makes the most sense (simplicity) to simply keep using that infrastructure internally. So for now, I'd say no. After I get the |
Well, actually... the interface, yeah I think that does make sense |
@DavideD According to the note on IdentifierLoadAccessImpl, Reactive extends all of this so this deprecation will affect you I think. |
Thanks, I've seen it. I don't remember exactly how we use it, but it should be fine |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19015