|
Thanks! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 4:51 PM To: [email protected] Subject: Re: How do I resultmap a composite member variable? 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
