Hi,

I have two objects Account and AccountProfile and they have methods
correspondingly getAccountProfile() and getAccount()

I tried the following configuration

<resultMap class="Account">
.....
<result property="accountProfile" select="getAccountProfile"/>
</resultMap>

<resultMap class="AccountProfile">
...
</result property="account" select="getAccount"/>
</resultMap>

But I get recursive calls for the selects.
Does someone have problems like this?

Please, help to configure the back reference!

Best,
Aram
________________________________
Aram Mkhitaryan

52, 25 Lvovyan, Yerevan 375000, Armenia

Mobile: +374 91 518456
E-mail: [EMAIL PROTECTED]

Reply via email to