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" ?
Hi,
com.turkraft.springfilter mongo 3.1.7I'm using this version:
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" ?