Search code examples
eclipsejpaautocompleteeclipse-pluginjpql

How to get JPQL queries autocompolete for me in Eclipse3.5


How to get JPQL queries autocompoleted for me in Eclipse.

(note: Idon't want to use thrid party tools, BTW, JBoss Hibernate tools cannot work with me, I think it needs hibernate specific files to start working(hibernate.cfg.xml etc.))

EDIT: Iam using Eclipse 3.5


Solution

  • Eclipse does not currently have a JPQL editor (auto-complete, syntax highlighting, etc.). There is a project that is just getting started in JPA Tools project (under WTP) to build such an editor, but this will not be available at least until Eclipse 3.7 (Summer 2011).

    Third parties may have such an editor, but I do not how that might be or how good they are.