Actually, ended up going with a different solution. Don't worry about
this one.
Brad
On Jun 26, 10:54 pm, Sp wrote:
> -Base entity is Party, which has sub-types Person and Organization.
> -Using joined table inheritance, with base table 'parties', and sub-
> tables
-Base entity is Party, which has sub-types Person and Organization.
-Using joined table inheritance, with base table 'parties', and sub-
tables 'people' and 'organizations'
-Want to create association class to capture various types of
relationships between parties. Let's say this association woul