|
16th Aug 2007 05:55:16 AM |
nanair01
|
Retrieve Column Names Using Hibernate |
|
| |
| Ho can i display column names on a web page by taking them from hibernate mapping file? |
| |
|
|
|
| |
| # 25th Aug 2007 05:54:32 PM |
shriva
|
| |
| no one prevents u to do that but , is it really what you want to do? |
| |
|
|
|
| |
| # 3rd Sep 2007 05:13:28 AM |
RajeshSingh1979
|
| |
| with hibernate i dont think it is possible as hibernate purely work on the mapping file and POJO and everyone knows in plannin phase about the column. so you can use property file to hold the column names and then get from there and do whatever you want to do. |
| |
|
|
|
| |
| # 23rd Nov 2007 12:04:40 AM |
sundevteam4u
|
| |
| I agree with Rajesh, You must keep them in the property files, directly getting from property files.. sounds awkard.. |
| |
|
|
|