Joined: Tue Nov 25, 2003 12:26 pm Posts: 12
|
Given a class name and a property name, is there any way to request the table name and column name from the SessionFactory?
In our environment we have properties files for labels that are indexed by table name and column name. This allows us to share the same label for the same data accross multiple user interfaces.
I don't want the developers to know the table and column names for the data they are putting on a user interface. All they know is that it is a property from a persistent class.
I would like to lookup the table name and column name from the SessionFactory.
Thanks for you help.
_________________ Arthur Fitt
|
|