Skip to content
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

Allow field access in queries #59

Open
EricBourland opened this issue May 1, 2017 · 2 comments
Open

Allow field access in queries #59

EricBourland opened this issue May 1, 2017 · 2 comments

Comments

@EricBourland
Copy link

EricBourland commented May 1, 2017

Would it be possible to support the following syntax instead of using getters?

JinqStream<Product> query = streams.streamAll(session, Product.class)
     .where(p -> p.ProductId == 15);
@my2iu
Copy link
Owner

my2iu commented May 1, 2017

Also, #14

It's doable, but I can't justify putting in the time needed to implement it at the moment.

@my2iu
Copy link
Owner

my2iu commented Oct 5, 2018

I don't think I'll ever get around to making this change, but I think it's still good to have the issue around.

@my2iu my2iu reopened this Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants