You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codition !source.containsKey(prop.getFieldName()) || entity.isConstructorArgument(prop) will be satisfied while processing @Id field, so it'll be skipped in the process
Maciej Zasada opened DATACOUCH-27 and commented
@Id
annotated field is skipped by MappingCouchbaseConverter during convertion from CouchbaseDocument.i.e. the following test will fail:
IMO the problem lays in the following snippet:
Codition !source.containsKey(prop.getFieldName()) || entity.isConstructorArgument(prop) will be satisfied while processing
@Id
field, so it'll be skipped in the processAffects: 1.0 M1
Referenced from: commits c4aa364, 8ade609, c62ad42, 0fa284e
The text was updated successfully, but these errors were encountered: