[jboss-user] [JBoss Tools] - hibernate IDE tools - jpa-ql auto-complete broken when formatted

darren hartford do-not-reply at jboss.com
Mon Jul 8 15:01:11 EDT 2013


darren hartford [https://community.jboss.org/people/dhartford] created the discussion

"hibernate IDE tools - jpa-ql auto-complete broken when formatted"

To view the discussion, visit: https://community.jboss.org/message/826941#826941

--------------------------------------------------------------
Hi all,
Just trying out the hibernate tools for a JPA project, and just curious if this is expected or not when dealing with formatted (i.e. eclipse ctrl-shift-F) long queries:

@NamedQueries({

        @NamedQuery(name ="mytestitem", query="select o from mycustomobject o where o.id = :id"}),

        @NamedQuery(name ="mytestitem2", query="select o from mycustomobject o" +
          + " where o.id = :id"})

})


The o. (ctrl-space, select id from pulldown)  works on the first mytestitem query, but the second one does not.

Tested on  Jboss Dev Studio 6.0.1.GA

thanky,
-D
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826941#826941]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130708/db67523f/attachment-0001.html 


More information about the jboss-user mailing list