Hey all
I just created a neat set of classes using the wizard in myEclipse. This resulted in quite a few classes and quite a few classes for my many to many relationships. I do not realy want my OO side to look like this, so
Would it be an idea to write an abstraction over my autogenerated classes. So the relationship is simplified?
How about Sets and Lists. For instance I have an Project table and thus a project class. A project has one or more Customers, defined by a Customer_owns_project relations ship between table Customer and table Projects. Because Customer_owns_project is a table it becomes a class in itself. I would like that a project has a set of Customers.How do I solve this the best way, without schrewing up the syncronisation