Hi im OR mapping and have hit a massive fork in the road, do i either follow CJ Dates idea & equate [object] classes to types (domans), or follow the classes to tables (relations) approach.
To shed some light what im doing, im mapping UML based metamodels into the DBMS, so far if i follow date, i maintain object encapsulation, metamodel semantics etc. The other way (class2table) i can properly apply normalisation etc which is not possible with dates idea.
Any ideas?