The SQL repository uses the cascade attribute in a <property> tag to better handle hierarchical properties, which is to say properties with either the item-type or component-item-type attributes. The cascade attribute can have one or more of the values insert, update, or delete. For example:

<property name="scenarios" item-type="scenario" cascade="update,delete"/>
 
loading table of contents...