-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Support different database model vs subsystem models
PostPosted: Sat Jan 20, 2007 10:25 pm 
Newbie

Joined: Sat Jan 20, 2007 10:20 pm
Posts: 6
My critic of Hibernate is that Hibernate does not differentiate the database model and the numerous subsystem models. The database model is unique and much bigger. The other subsystem models are usually smaller and can be a simplification of the database model (elimination of certain classes, different associations…etc). In any case, there must be a mapping from the subsystem model to the database model in a bidirectional way.

A comprehensive solution from Hibernate is required. Hibernate must differentiate between the database model and the numerous subsystem scenario models (model that needs to be saved/retrieved). Hibernate should give the user a way to map one on to the other and back in a simple and flexible way.

I would suggest that Hibernate use an XML solution (yes another set of XML files) to map the database model and the numerous subsystem models in a bidirectional way. The models mapping file could use SQL statements to retrieve the attributes and navigate the various relationships of the database model and the subsystem models.

This would go a long way to make Hibernate more complete and a better tool for professional software development.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.