views:

2

answers:

0

Hi all,

I have two entities: Student and Course with manytomany relationship. I wanna give a student a list of the courses he did not choose yet. For example, If we have 6 courses, and stduent A has selected course 1 , 3, 5, we should list course 2,4 in the available courses list for him. What's the right JPQL for that? Thanks.

related questions