If a repository item property references other items and the property’s cascade attribute is set to update, the following actions occur:
- When you call - addItem(), any new (transient) items referenced by this property are added automatically to the repository.
- When you call - updateItem(), any modified referenced items are automatically updated. Any referenced items that are new (transient) items are added.

