-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task
Milestone
Description
Christoph Strobl opened DATAMONGO-836 and commented
Currently UpdateMapper
extends QueryMapper
to use some of the functions provided in QueryMapper
. Though both mappers do not have that much in common. UpdateMapper
does not have to know about keywords like $in
or $or
as those are specific to Query
and are not used in Update
.
Split classes and extract a common base to be used in both.
No further details from DATAMONGO-836
Metadata
Metadata
Assignees
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task