It is easier then you think! <resultMap id="personmap" class="Person"> <result property="SSN" column="ssn"/> <result property="name.firstName" column="FNAME"/> <result property="name.lastName" column="LNAME"/> </resultMap> I think you have to have have a no argument constructor for you Name.class should work! On Dec 22, 2005, at 2:31 PM, Simpson, Michael wrote:
|
- How do I resultmap a composite member variable? Simpson, Michael
- Re: How do I resultmap a composite member variable? Nathan Maves
- RE: How do I resultmap a composite member variable? Simpson, Michael
