Description of problem: We are lacking mapped associations from most of our domain model. Consequently, we have a 1-to-1 mapping between entity classes and tables. We are missing out on what is probably the greatest feature of hibernate, which is the ability to abstract the relational model. More importantly, we have a lot of code that simply would not be needed if associations were implemented. This is intended to be a top-level marker bug. Separate bugs will be filed for each missing association. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Superceded by Avalon. This component is no longer valid.