meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sap_hybris_commerce:sap_hybris_persistence_mechanism [2020/09/02 09:49] – deletion of products Antonio Robirosa | sap_hybris_commerce:sap_hybris_persistence_mechanism [2022/11/25 08:06] (current) – [One to many relations] Antonio Robirosa | ||
---|---|---|---|
Line 186: | Line 186: | ||
This example creates the column **customer** in the table where the items EmailAddress are stored and getters and setters on the customers to set and get the list of emails. The sourceElement and targetElement may have modifiers like the attributes. You have to read the source and target elements XML tags crossed to understand where the setters and getters are generated. | This example creates the column **customer** in the table where the items EmailAddress are stored and getters and setters on the customers to set and get the list of emails. The sourceElement and targetElement may have modifiers like the attributes. You have to read the source and target elements XML tags crossed to understand where the setters and getters are generated. | ||
+ | One to many relations cannot be localized. You have to use a many to many relationship and manage the removal of associations. | ||
===== Many to many relations ===== | ===== Many to many relations ===== | ||