Skip to content

StatelessSession.get() accepting multiple ids #2122

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

Closed
gavinking opened this issue Feb 17, 2025 · 1 comment · Fixed by #2125
Closed

StatelessSession.get() accepting multiple ids #2122

gavinking opened this issue Feb 17, 2025 · 1 comment · Fixed by #2125
Assignees
Labels
design A design or implementation issue
Milestone

Comments

@gavinking
Copy link
Member

We already have a Session.find(Class, Object...) which is the analog of Session.findMultiple() in ORM.

We are missing StatelessSession.get(Class, Object...) as an analog of ``StatelessSession.findMultiple()`.

This should be very easy to add.

@gavinking gavinking self-assigned this Feb 17, 2025
gavinking added a commit to gavinking/hibernate-reactive that referenced this issue Feb 17, 2025
and add missing overloads of Mutiny.StatelessSession.createQuery()

Also add tests for Mutiny.StatelessSession which were missing
@DavideD DavideD added the design A design or implementation issue label Feb 17, 2025
@DavideD DavideD added this to the 3.0.0.Beta2 milestone Feb 17, 2025
gavinking added a commit that referenced this issue Feb 17, 2025
and add missing overloads of Mutiny.StatelessSession.createQuery()

Also add tests for Mutiny.StatelessSession which were missing
@gavinking
Copy link
Member Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design A design or implementation issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants