MongoDB: How to set value of a field in mongo entity depending on an expression/condition during pagination and do sorting for that field

后端 未结 0 2005
盖世英雄少女心
盖世英雄少女心 2020-12-18 13:20

I have below Mongo entity class

@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Document
class Contact {
@Id
private String id;
private String fName;
p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题