blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Create a complete query parser and implement EntityManager interface

Open beikov opened this issue 8 years ago • 2 comments

It would be nice if we could support writing queries as plain strings in a modified query language JPQL' that supports all the advanced features we have right now. The syntax should be similar to the external representation of the query strings that we produce now.

beikov avatar Sep 28 '16 06:09 beikov

Is there any chance this is coming sooner? it will make migrating to blaze-persistence much easier.

KyriacosP avatar Dec 09 '22 08:12 KyriacosP

Sorry, but implementing this is quite hard as the query language, is pretty complicated. We already have a JPA Criteria implementation though. Maybe that's good enough for you for now?

beikov avatar Dec 09 '22 09:12 beikov