You might want to address the Hibernate mailing list
as this is not really a Struts question...or at the 
very least prepend the subject with [OT].

robert

> -----Original Message-----
> From: Indra Gunawan [mailto:[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 achieve this
> using resultset metadata (jdbc brute force way) . And I want to use
> Hibernate to do the same . 
> 
> But the difficulty is Hibernate uses POJO classes . Then one thing came up :
> reflection ... but I tend to not using it as reflection will consume
> processing time more . How can I extract column names and all values in it ?
> ... I do really hope Hibernate provides a method that will give Map object
> that wraps column names along with its values .
> 
> Thanks
> 
> Indra
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to