Some Background
The Relational model is very well-established.
Object databases, by comparison, are very immature and making progress very slowly.
One of the best features of Relational Databases is that they are supported by a very
well-known and proven underlying mathematical theory.
This is a simple set theory that has many benefits, including schema generation from high-level models.
The pure Object Databases will never reach these capabilities of Relational Databases.
The Object paradigm is already proven for application design and development, but it may
simply not be an adequate paradigm for the data store.
Hybrid Object-Relational databases will probably be the long term trend for the industry.
Translating a UML Model to an Entity-Relationship Diagram
A series of simple rules can be followed to translate an Entity-Relationshion Diagram,("ERD"), into a Database design.
Translating a UML Model into a Database design can follow similar rules, with some additional rules to account for
some of the expanded features of UML Models.
This table defines a suitable sequence of steps to translate a UML Model into an ERD :-