Hello,
I have an application with a dynamic data model. So I want to create Hibernate configurations and Hibernate session factories as my model is changing while my application is running.
Since my model is changing, I cannot use POJO as entities and I would like to use maps instead. Do you see this model of data representation as a way of doing things in a production environment? Will the performance be good? Must of the comments about this mode were about prototyping and I am wondering if this mode is suitable for production too.
I haven't tested the idea yet and would appreciate comments from people who has used the map entity mode in their applications.
Thank you.
|