Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1
Mapping documents: N/A
Code between sessionFactory.openSession() and session.close():N/A
Full stack trace of any exception that occurs: N/A
Name and version of the database you are using: Sybase ASE 12.5
The generated SQL (show_sql=true):N/A
Debug level Hibernate log excerpt:N/A
I am a beginer. I am trying to understand how the mapping, Session, Session factory, Configuration work together. From the documentation, I understand that Session Factory is immutable. But what I am looking for is to be able to modify the Mapping at runtime and have this mapping affect the CRUD operations I perfrom. For example, I want to be able to add new field to the table and have that new field available for CRUD opeartion all while the application is still running. I want to understand the class diagram for the related classes so that I can intercept in appropraite place to reset the configuration information. Can any one point me to any documentation / any tutorials on these?