RE: How to extract columnNames values

2004-07-13 Thread Indra Gunawan
Sent: Wednesday, July 14, 2004 9:49 AM To: Struts Users Mailing List Subject: RE: How to extract columnNames values Indra, I believe you want the latest verion of Hibernate which has some Metadata available which should have the column names. I've never used it so you might want to che

RE: How to extract columnNames values

2004-07-13 Thread David Friedman
EMAIL PROTECTED] Sent: Friday, June 11, 2004 2:27 AM To: 'Struts Users Mailing List' Subject: How to extract columnNames values Dear Hibernate Users, I want to write a component or hopefully find one if there is any that can create a Swing table model based on query results . I could ach

RE: How to extract columnNames values

2004-07-13 Thread Robert Taylor
#x27;Struts Users Mailing List' > Subject: How to extract columnNames values > > > Dear Hibernate Users, > > I want to write a component or hopefully find one if there is any that can > create a Swing table model based on query results . I could achieve this > using resultse

How to extract columnNames values

2004-07-13 Thread Indra Gunawan
Dear Hibernate Users, I want to write a component or hopefully find one if there is any that can create a Swing table model based on query results . I could achieve this using resultset metadata (jdbc brute force way) . And I want to use Hibernate to do the same . But the difficulty is Hibernate

How to extract columnNames values

2004-06-10 Thread Indra Gunawan
Dear Hibernate Users, I want to write a component or hopefully find one if there is any that can create a Swing table model based on query results . I could achieve this using resultset metadata (jdbc brute force way) . And I want to use Hibernate to do the same . But the difficulty is Hibernate