JBoss Community

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

created by darren hartford in JBoss Tools - View the full discussion

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

Start a new discussion in JBoss Tools at Community