I am having a @ManyToMany relationship between a Question entity and a Category entity. I want to count the number of questions in each category. How would I do that?
I am having a @ManyToMany relationship between a Question entity and a Category entity.
Share
1 Answer