blaze-persistence
blaze-persistence copied to clipboard
Create a complete query parser and implement EntityManager interface
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.
Is there any chance this is coming sooner? it will make migrating to blaze-persistence much easier.
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?