Originally posted by Jyothi Bhogadi:
...need to be more clear...Could not really comprehend as to what exactly u are trying to ask.
Jyothi
Thanks for responding and sorry that my question was not clear.
I am having to make my Hibernate persisted POJOs work with an older section of code. Within the code I have three variables containing the class of an object, the name of the database table to which the object is mapped, and the name of a column. I want to access the Hibernate metadata using that information to figure out the name of the property that is mapped to that column. If at all possible I do not want to have to parse the hbm.xml file.
Thanks!
[ February 07, 2006: Message edited by: Randy Baker ]