• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Why does Eclipse not show Hibernate Query Results properties?

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Giving my first steps with Hibernate with Eclipse.
I guess the HQL sentence is executed but I have no option to see the properties returned in the ResultSet:
properties.jpg
[Thumbnail for properties.jpg]
 
Sheriff
Posts: 5549
326
IntelliJ IDE Python Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks more of a Hibernate question than an Eclipse question to me. I've added it to the ORM forum too.

Personally, this is one of the reasons I dislike working with Hibernate. Too much integration wizardry between the database and codebase for my liking where everything is peachy until something goes wrong after which it becomes a complete mystery. Maybe that's a reflection on my ORM skills rather than the ORM tools.
 
Fernando Sanchez
Ranch Hand
Posts: 42
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It finally had nothing to do with Hibernate. I simply needed to add Properties at the Windows menu in Eclipse.

Sorry for asking such basic questions.
 
Tim Cooke
Sheriff
Posts: 5549
326
IntelliJ IDE Python Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fair enough. Thanks for taking the time to come back and let us know how you got sorted.
 
Just the other day, I was thinking ... about this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic