I have the three following classes:
@Document(collection = "Product") public abstract class Product { @Id private String id;