This string code describes how modifications to an attribute for a PUT/UPDATE operation should be handled. It decides whether a change to the value of

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-24 16:00:04

This string code describes how modifications to an attribute for a PUT/UPDATE operation should be handled. It decides whether a change to the value of the field is allowed during a merge operation between two entities.

The same field within a source and target object is represented by s and t respectively. Whether the strategy requires data to be present for the field, is shown by { 0=no, 1=yes, X=irrelavant }. The value of the source field is migrated to the target field only if the predicate passes.

Leave a Comment