Hi all,
I have a table with id1 and id2 as primary keys. Using entity bean the two primary keys are packaged into one object. What I want to do is to use one of the primary key to search in the DB. How can I do that? Is there any simple as writing the query somewhere in myeclipse and the findBy function will be generated automatically?
Thanks,
Leo