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-----
From: Clinton Begin [mailto:[EMAIL PROTECTED]
Sent:
Friday, July 15, 2005 3:07 PM
To: user-java@ibatis.apache.org
Subject: Re: iBatis help on list

 


Yep.  Version 2.1.5 can be released any time.  I think everyone just got really busy in the last couple of weeks.  We'll try to release it ASAP.

Cheers,
Clinton

On 7/15/05, Gana <[EMAIL PROTECTED]> wrote:

I am wondering any future releases on the way!!!! We are abt implement
for new release if the beta is available...

- Gana.

 

_________________________________________________________________________________


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.

_________________________________________________________________________________

Reply via email to