I have Product Entity which is associated with Category with ManyToOne Relationship
public class Product { @ManyToOne(fetch = FetchType.LAZY) @JoinCo