You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by josephotoole <jo...@gmail.com> on 2009/06/15 13:13:38 UTC

Parameter Query

Hi

Just wondering does parameter.property support the structure ->
property="beanName.property"

Refer to the 2nd parameter below(period is a bean belonging to
FinancialData)

<parameterMap class="com.fmrco.crs.domain.financial.FinancialData"
id="aipRetrieveFinModelParams">
 <parameter property="id" jdbcType="NUMBER" javaType="java.lang.String"
mode="IN"/>
 <parameter property="period.year" jdbcType="NUMBER"
javaType="java.lang.String" mode="OUT"/> 

Thanks
-- 
View this message in context: http://www.nabble.com/Parameter-Query-tp24032448p24032448.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.