The problem
Dynamically add and remove fields to entities on the fly using Hibernate.
I m sure this is a common scenario, most enterprise applications will require some level of customization. so what is the best way to do it? also ideally it should not require a recompile and smoothly create/remove the field in the schema and allow the application to continue working.
If its just a question of updating the xml, ( i m pretty sure the proxy classes are required) then how does the schema gets reloaded?
Thanks a million for input
Note: If you think there is a better solution I m also all ears thanks