Hi.
I want to implement a class which its fields could change (add new fields) through time. The problem is that I want to give my client this ability to do this himself by just completing a form of what field and which type he wants and then the change will be done automatically! Does anyone have any idea how can I implement this class and make this change in my database using hibernate annotation?
Thanks in advance.