| Author |
the java query language
|
Marembo Ochieng'
Greenhorn
Joined: Sep 12, 2009
Posts: 19
|
|
i am using entity beans to develop my ejb module
now when specifying a @NamedQuery for a particular entity i find that the parameters of constraints for the database querying are linked like:
SELECT result FROM Result result JOIN result.grades grade JOIN grade.student student JOIN result.academicPeriod period WHERE ....... are the multiple JOIN statements
correct? i cant find anywhere where multiple JOINS have been used. i really need to know this and i'll appreciate any help
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56163
|
|
|
"Vampire Triple", please check your private messages for an important administrative matter.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: the java query language
|
|
|