Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Communication Patterns: A Guide for Developers and Architects
this week in the
Design and Architecture
forum!
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
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
EJBQL access EntityBean defined in another .jar
Natta Pon
Greenhorn
Posts: 5
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello all
I have a EJB-QL statement, something like this one
select student_id,teacher_id from student,teacher where student_id.tid = teacher.tid
student and teacher are both CMP Entity beans
but they are deployed in different jar files.
I want to put this EJB-QL in student bean finder method.
but how can I get access to teacher bean in another jar?
Thanks
SCJP 1.4
There are 10 kinds of people in this world. Those that understand binary get this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Uregent --Help with Custom Finder
mock question
Doubts on EJB-QL
EJB-QL
SELECT + CMR field
More...