I have a product entity and it may be related to other products
@Document(collection = "product") public class Product { @Id private String id;