-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate object query browser
PostPosted: Thu Jun 12, 2008 2:38 pm 
Newbie

Joined: Sun May 25, 2008 9:02 am
Posts: 6
Hello,

There are quite a lot of database query browsers, including MySql Query Browser and the Hibernate Tools plugin for eclipse.

However, these db query browser allow only to see relational tables,
but they don't allow to see the objects instantiated from Hibernate.

Is there an "object query browser" for Hibernate?
e.g. I issue the HQL query "FROM Orders",
gettimg a list of orders, and from there I'd like to browse the Details of each order (which are objects saved in other tables), without issuing any other HQL query.


In this sense, is there an "object query browser" for Hibernate?

Many thanks,
DAvid


Top
 Profile  
 
 Post subject: Re: Hibernate object query browser
PostPosted: Fri Apr 08, 2011 3:04 pm 
Newbie

Joined: Fri Apr 08, 2011 3:01 pm
Posts: 2
I made this project a while back... I use it every once in a while. You can write pure HQL and then view the objects returned or you can search through the toStrings in every object in the database.

Let me know what you think.

http://code.google.com/p/hibernatebrowser/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.