Skip to content

How to select some properties with lambda function? #814

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
pigping88 opened this issue Feb 6, 2023 · 1 comment
Closed

How to select some properties with lambda function? #814

pigping88 opened this issue Feb 6, 2023 · 1 comment
Assignees
Labels
status: invalid An issue that we don't feel is valid

Comments

@pigping88
Copy link

Repository.findBy(Example.of(Member), reactiveFluentQuery -> {
reactiveFluentQuery.project(Member::getID() ....)
});

Now,
Repository.findBy(Example.of(Member), reactiveFluentQuery -> {
reactiveFluentQuery.project("id")
});
When will support it?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 6, 2023
@mp911de mp911de self-assigned this Feb 20, 2023
@mp911de
Copy link
Member

mp911de commented Apr 12, 2023

Since version 1.4, see #663

@mp911de mp911de closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
@mp911de mp911de added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants