problem
Dynamically add and remove fields to entities on the fly Use of Hibernation
I'm sure this is a common scenario, most enterprise applications will require some level of customization. So what's the best way to do this? Ideally it should not be required to compile again and the field should be easily created / removed in the schema and allow the application to continue working.
If this is just a question of updating the XML,
Note: If you think that there is a better solution then I also thank all the ears
< P>I do not think this is a very common case and as Aaron suggested that it It will take some time for you to have it down.
Schema update will not be direct either. Even thought that Hibernation provides programmatic schema changes, it is limited to simple things like adding / deleting fields, it can work for you, but if the data type or futility changes in the column, then Being in hibernation will not update it for you.
You can think of a one-to-management and store data as a line, a separate table, assuming that you accept the upper part of another participant can do.
Comments
Post a Comment