In my schema, I have a Customer entity that has a non-identifying relationship to a parent entity called Customer Status.  The Customer Status entity provides the domain values for the different statuses that apply to a customer.  The object (class) model only has one class called Customer.  How do I map the multiple entities to one class?
Walter

Reply via email to