EA handles Data Modelling using a Rational/IBM de facto standard. There is an RFP which has now closed for an OMG specification:
[size=13]ab/05-12-02 (Information Management Metamodel (IMM) RFP)[/size]. The EA approach is documented in:
[size=13]Database Modeling in UML[/size].
Apart from some bugs - which are just defects in implementation not conceptual problems - the way in which EA has implemented Data Modelling is adequate. An example of such a bug can be found at:
[size=13]Bug: DB Relationship Roles[/size]However, there are some consequences of this implementation that may not be obvious to the casual observer (Me...

).
Normally, in UML we have the concept that "a named navigable AssociationEnd
is an Attribute" [size=10](my emphasis)[/size]. As I point out in:
[size=13]BUG: Attribute/AssociationEnd NOT paired[/size], this means that the Target Roles are (the names of) the Source Class' Attributes... (and vice versa...)
However, in EA if the class is stereotyped as «table», this isn't the case. If the table is the target, for the target role you get a list of the target's unique indexes (including the primary key) only. (Actually you get the names of the appropriately stereotyped operations). If the table is the source, for the source role you should only get the source's defined foreign key constraints.
Now this is as it should be - as per generally accepted data modelling practice. But it isn't standard UML. So be careful!
(Try adding/removing the «table» stereotype and observe the changes in EA's behaviour.
Again, I stress this is as it should be - but needs some getting used to...)
As a safeguard, I recommend that you explicitly use one of the two available Data Modelling notations (IDEF1X or Information Engineering) for the inter-table relationships. This can be done via the Diagram Properties dialog.
This will alert the user that the behaviour of the Roles will be different!However, as I point out in:
[size=13]Mixed connector notation on diagrams[/size] we will increasingly be mixing association types on the same diagram and will need to be able to alert the user as to the different behaviours by individually assigning the rendering.
HTH,
Paolo
[size=0]©2006 Paolo Cantoni, -Semantica-[/size]