Hibernate version:2.1
Hi,
I want to access column metadata through sessionFactory instead of through the Configuration object. The main reason for this is that the Configuration object could be modified after the buildSessionFactory() invocation; thus, information stored in the Configuration object would not be consistent with metadata stored in the sessionFactory.
Could this be done, is there a way a can get the column metadata directly through the sessionFactory? if this can't be done is there a way to work around this problem?
Thanks a lot.
|