How to show many to many relationships in pega data objects
How we do data modelling in Pega for many to many relationships?
This is what I understand.
If a customer has one Loan(One to one)
Then create a Customer class and Loan class and embed the loan class as page in Customer class.
If a customer has many addresses(One to many)
Then create a Customer class and address class and embed the address class as page list/page group in Customer class.
If a Employee is mapped to multiple projects and project has multiple employees(many to many)?
If a student is enrolled to multiple Classes and each class has multiple students?