I am relatively new to WebObjects so please bear with me. I have two tables whose column values I need to retrieve. In raw sql the query would be something like: "Select a.value1, b.value1 from a, b where a.key1=b.key1"
How do I do the same in webobjects without using rawSQL?