We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already have a Session.find(Class, Object...) which is the analog of Session.findMultiple() in ORM.
Session.find(Class, Object...)
Session.findMultiple()
We are missing StatelessSession.get(Class, Object...) as an analog of ``StatelessSession.findMultiple()`.
StatelessSession.get(Class, Object...)
This should be very easy to add.
The text was updated successfully, but these errors were encountered:
[hibernate#2122] add StatelessSession.get() accepting multiple ids
f5988a4
and add missing overloads of Mutiny.StatelessSession.createQuery() Also add tests for Mutiny.StatelessSession which were missing
[#2122] add StatelessSession.get() accepting multiple ids
c48015e
Done.
Sorry, something went wrong.
gavinking
Successfully merging a pull request may close this issue.
We already have a
Session.find(Class, Object...)
which is the analog ofSession.findMultiple()
in ORM.We are missing
StatelessSession.get(Class, Object...)
as an analog of ``StatelessSession.findMultiple()`.This should be very easy to add.
The text was updated successfully, but these errors were encountered: