Help with Query in mapping

2005-02-11 Thread Gregg D Bolinger
I'm trying to figure out a better way to write this query in my mapping file so that I get my object returned correclty. Bare with me because there is a bit of code to look at. First here is the object I am trying to fill. I will only show the fields, just know that they each have getters and

Re: Help with Query in mapping

2005-02-11 Thread friendVU admin
Gregg D Bolinger wrote: The statement I have so far, and it works, but I need to add to it but I am afraid that just supplying all the AND's in the WHERE clause is not very good design. I should probably be using some sort of join. I am not sure what you are saying. WHERE is a JOIN! Same