cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

In item.xml,in level what is the use of partof="true"

Former Member

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Nitin,

partOf=true|false - essentially extends an aggregation relation between the child and parent object. So that deletion of the parent object also results in the child object attribute instances, marked as 'partOf' also being deleted. (same as casacade delete paradigm)

This means the lifecycle of the child object is dependant on the parent's lifecycle.

Answers (0)