kittytigger1
Programmer
Hi!
How do I implement custom finder methods for CMP beans involving joins? BTW, my container is JBOSS
for example:
findByProjectNoCustomerNo(String projectNo, String jobNo)
after putting this in the Local Home Interface what do I do next?
I found a link in the JBOSS manual instructing me to create a jaws.xml file, my problem is how to code the join query since the ProjectBean and CustomerBean are related by a 1 to many relationship.
Thanks in advance!
How do I implement custom finder methods for CMP beans involving joins? BTW, my container is JBOSS
for example:
findByProjectNoCustomerNo(String projectNo, String jobNo)
after putting this in the Local Home Interface what do I do next?
I found a link in the JBOSS manual instructing me to create a jaws.xml file, my problem is how to code the join query since the ProjectBean and CustomerBean are related by a 1 to many relationship.
Thanks in advance!