yesamer commented on PR #3050:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3050#issuecomment-2789456805

   @jomarko 
   Case 1
   In case tPerson is composed by
   - age: number
   - name: string 
   - address : tAddress
   
   the column `Team.people` will be exactecly the same. That is because it 
manages a `List of tPerson` 
   
   In the case of an attribute ` Team.trainer` : `tPerson`, multiple columns 
will be created:
   - Team | trainer.age
   - Team | trainer.name
   - Team | trainer.address.city
   - Team | trainer.address.zip
   - Team | trainer.address.street
   
   ![Screenshot 2025-04-09 at 13 53 
02](https://github.com/user-attachments/assets/e7ad8b5c-237c-4b61-905b-e8d7e8c94dcb)
   
   ![Screenshot 2025-04-09 at 13 55 
53](https://github.com/user-attachments/assets/c9135fa4-aefa-4b59-86b6-0f7852b9d711)
   
   Then the scenario you described is supported.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to