Skip to content

Clean up QueryMapper and UpdateMapper [DATAMONGO-836] #1764

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

No one assigned

    Labels

    in: mappingMapping and conversion infrastructurestatus: declinedA suggestion or change that we don't feel we should currently applytype: taskA general task

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions