Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] JPQL query plans?

Hi Tom,

I updated the bug to respond to most of your questions. Adding validation and code completion for JPQL queries would indeed be great features, but do present some challenges. It is possible that validation could be accomplished by hooking into a given runtime to provide at least basic query validation. There are some possibilities here with leveraging EclipseLink for this functionality, or plugging into a given runtime through some extension mechanism. Code completion is the most challenging, given that a custom JPQL parser may need to be built for this purpose, which is a huge effort.

So, we are open to the idea of supporting these features, and are welcoming any contributions in this area. : ) Currently this support isn't planned for our 2.0 release. You may want to enter some bugs for these in bugzilla.

Neil

Tom Mutdosch wrote:
Hi all,

Could someone expound a bit on the JPQL NamedQuery UI support being added for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=186439

I am interesting in some of the details. Is this referring to being able to add/edit the queries via the JPA Property Views? Regarding item #1 from comment 4, what are Query Hints? Is this referring to code completion? I also see query validation mentioned there as well. I am interested in this as well, as I have some tooling that lets you enter in a JPQL query; I would like to be able to offer code-completion and validation of these queries. If this is something that Dali is adding, including a proper JPQL parser, I'd like to suggest to keep in mind possible extender usage of those functions, as I think it would be a big help. There's currently no good JPQL support anywhere (only SQL parsers/validation) so any addition in the base tools for this would definitely be welcome. So I was mainly just curious as to Dali's plans (current and future) with regards to query tooling.

Thanks
Tom
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev



Back to the top