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   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]
