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

jpa support #6

Open
kamaydeo opened this issue Jun 18, 2016 · 1 comment
Open

jpa support #6

kamaydeo opened this issue Jun 18, 2016 · 1 comment

Comments

@kamaydeo
Copy link

I see that mongo and elasticsearch are support. Would there be any support for jpa?

@RutledgePaulV
Copy link
Owner

RutledgePaulV commented Jul 18, 2016

It should be as simple as writing a q-builders visitor that builds jpa criteria.

There's already been a visitor written for raw rsql trees:
https://github.com/tennaito/rsql-jpa

I'm guessing that could be used as an example to create the q-builders visitor. I don't have any immediate need for jpa support myself so I haven't prioritized it. If you're interested in seeing it I'm happy to welcome PRs. You'll find the repo here: https://github.com/RutledgePaulV/q-builders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants