| Author |
How to check availability of one set in another?
|
Dmitriy Kastikovich
Greenhorn
Joined: Jun 29, 2008
Posts: 22
|
|
Hi!
I have unidirection manyToMany:
From another side I have a List<Day> workingDays and how can I get all Markets, where list of days contains all from workingDays?
Thanks.
|
 |
James Sutherland
Ranch Hand
Joined: Oct 01, 2007
Posts: 550
|
|
What do you mean by,
"another side I have a List<Day> workingDaysÈ
What is workingDays an attribute of? Or is it an argument?
In general an ALL OF type of query will used a NOT EXISTS and a sub-SELECT,
i.e.
|
TopLink : EclipseLink : Book:Java Persistence : Blog:Java Persistence Performance
|
 |
 |
|
|
subject: How to check availability of one set in another?
|
|
|