This week's book giveaway is in the JDBC and Relational Databases forum.
We're giving away four copies of Resilient Oracle PL/SQL: Building Resilient Database Solutions for Continuous Operation and have Stephen Morris on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

EJB 3 QL : join

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I am sorry for my English level!
I based myself on the book Pro EJB 3, and exactly on chapter 4 and 6, to make a request of joint between my tables:
UMLSSNMI (SnomedInter.java is the corresponding entity Bean),
WASNMI ((TermProj.java and TermProjPK are the corresponding entity Bean), WHOART (TermSource.java is the corresponding entity Bean).













In my session Bean SnomedInterFacade I want to implement the method:


my problem it is that I do not know too much how to make the joint in this case, because my tables already exist in the base of given and the table of joint contains another elements that the primary keys thus I cannot use @JoinTable.

Can you say to me how to make in this case please
 
Listen. That's my theme music. That's how I know I'm a super hero. That, and this tiny ad told me:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic