MongoRepository find subclasses by typeAlias

前端 未结 0 1779
终归单人心
终归单人心 2020-11-28 00:23

I have the three following classes:

@Document(collection = "Product")
public abstract class Product {
    @Id
    private String id;
           


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