You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

merge_properties()

Usage

merge_properties(source, target, propertyKeys...)

Description
Copies the values for the given list of property keys from the source entity to the target entity.

Example

${merge_properties(this, copy, 'name', 'content', 'version'}

Search results for "merge_properties()"

merge_properties()

Copies the values for the given list of property keys from the source entity to the target entity.

merge_properties(source, target, propertyKeys...)