> Hi, > I am using this kind of result map ... > <resultMap id="fundResultMap" > class="com.fil.ims.atlas.funds.bo.FundDetailsBO"> > <result property="fundExtensionBO.portfolio" column="PORTF_IND" > jdbcType="VARCHAR2" javaType="java.lang.Boolean" > typeHandler="com.fil.ims.common.ibatis.handler.BooleanTypeConversionHandle > r"/> > </resultMap> > > Class FundDetailsBO has property of type class FundExtensionBO which has > property 'portfolio:Boolean'. > > But it does not map getter for the property portfolio as it is used as > fundExtensionBO.portfolio and so gives null from handler. > > Plz help me out for this problem. > > Rgds, > Kamal Mittal > Fidelity Business Services India Pvt. Ltd. > 1st floor,Uni TechWorld Tower D > Sector 39,Gurgaon-122001 > #9910411447(Mobile) > #0124-2833328(Work) > "Techincal Skill is the Mastry of Complexity while Creativity is the > presence of the Mind" > > Disclaimer: Any comments or statements made in this email are not > necessarily those of Fidelity Business Services India Pvt. Ltd. or any of > the Fidelity group companies. The information transmitted is intended only > for the person or entity to which it is addressed and may contain > confidential and/or privileged material. if you have received this in > error, please contact the sender and delete the material from any > computer. All e-mails sent from or to Fidelity Business Services India > Pvt. Ltd. may be subject to our monitoring procedures. > >