Beginner |
|
Joined: Tue Apr 19, 2005 9:39 am Posts: 45
|
Hi,
I am new to Hibernate and I was wonder if it was possible to be able to set some meta data to a column of a table.
Lets say I have a table Shoe and it has a column shoe_lace, I want to be able to retrieve a "clean cut" name for that column such as 'Shoe Lace'.
Also I want to be able to go from 'Shoe Lace' to shoe_lace so it is possible to construct a query.
The purpose is becase we are creating a basic report that allows the user to select any column in the table (being the information that want returned from the query) but the problem is we need the column names pretty for the user.
Any help would be great.
Brandon
|
|