Hi,
I am pretty new to EJB components. I was wondering if EJB-QL for EJB finder methods can be used on multiple tables, or is it restricted to only the underlying schema of the local interface on which it is defined?
thanks,
SJ
-
ejb finder method (1 messages)
- Posted by: samit jain
- Posted on: April 02 2005 21:43 EST
Threaded Messages (1)
- ejb finder method by Raghu Kodali on April 03 2005 14:53 EDT
-
ejb finder method[ Go to top ]
- Posted by: Raghu Kodali
- Posted on: April 03 2005 14:53 EDT
- in response to samit jain
If you have CMR between beans, then you have EJBQL which will traverse the relationships. Check out some sample queries in J2EE 1.4 tutorial.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/EJBQL4.html#wp79755
raghu