|
From: Rajeev K. <Ra...@cu...> - 2004-02-27 01:44:43
|
What is the best way to get hold of Hibernate meta data in Spring? I am = interested in dynamically finding the tablename , column names, types, = length, etc. of a persistent class. I know you can get it from the Hibernate Configuration object, but it is = not saved in the current implementation of LocalSessionFactoryBean = class. Is there some other way of getting this information, or should I = subclass the LocalSessionFactoryBean and make Configuration class object = as one of its properties? Rajeev Kaul |