List:
I am using Oracle and I want to run an sql statement that looks similar to this:
Select price as "product.price" From ProductPrices
My intention is that the "product" object inside my resultClass="" will have it's setPrice() method called. If I was using a resultMap I could do this very easily with something like:
<result property="product.price" column="price" />
However I would like to not use a resultMap if possible. Running the above select does not produce any errors but the price does not get set either.
Any Suggestions? Michael.
-----Original Message-----
On 7/15/05, Gana <[EMAIL PROTECTED]> wrote: I am wondering any future releases on the way!!!! We
are abt implement
_________________________________________________________________________________ This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. _________________________________________________________________________________ |
Using SQL select to populate values in a contained object
REMIJAN, MICHAEL J [AG-Contractor/1000] Fri, 15 Jul 2005 13:38:12 -0700