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
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);
The text was updated successfully, but these errors were encountered:
Also, #14
It's doable, but I can't justify putting in the time needed to implement it at the moment.
Sorry, something went wrong.
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.
No branches or pull requests
Would it be possible to support the following syntax instead of using getters?
The text was updated successfully, but these errors were encountered: