Skip to content

MongoDB - query by DBRef #367

@sondavide

Description

@sondavide

Hi,
I'm using this version:

com.turkraft.springfilter mongo 3.1.7

there's a way to create a filter for a DBRef property?

For example, if I have this class:

class User{
String name;
String surname;
...
@DBREF
private List role;
}

how can I do for example a query by role.$id = "642ebb0e91ac8f778f5654b7" ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions