Re: performance issue for id as association

2010-02-22 Thread Guy Rouillier
On 2/22/2010 2:35 AM, Jakub Vondrak wrote: The separate BillItemId class is unnecessary. Yes it is unnecessary for iBatis. The reason why this class exists is that the model was created to suite Hibernate several years ago. I'm trying to convert data layer to iBatis and retain a compatible mo

Re: performance issue for id as association

2010-02-21 Thread Jakub Vondrak
Guy Rouillier wrote: > On 2/21/2010 6:15 AM, Jakub Vondrak wrote: > ... > >> What I guess is the prob

Re: performance issue for id as association

2010-02-21 Thread Guy Rouillier
On 2/21/2010 6:15 AM, Jakub Vondrak wrote: ... What I guess is the problem is that I cannot express *composite key as an BillItemId object* on the BillItem class

Re: performance issue for id as association

2010-02-21 Thread Jakub Vondrak
Jakub Vondrak wrote: > Guy Rouillier wrote: >> On 2/20/2010 3:21 PM, Jakub Vondrak wrote: >>> Hello, >>> >>> I'm new to iBatis 3 so maybe I'm overooking something obvious, but I'm >>> having problem while trying to map id object as association. >>> >>> Here is my result map >>> >>> >>>

Re: performance issue for id as association

2010-02-21 Thread Jakub Vondrak
Guy Rouillier wrote: > On 2/20/2010 3:21 PM, Jakub Vondrak wrote: >> Hello, >> >> I'm new to iBatis 3 so maybe I'm overooking something obvious, but I'm >> having problem while trying to map id object as association. >> >> Here is my result map >> >> >> >> >> >>

Re: performance issue for id as association

2010-02-20 Thread Guy Rouillier
On 2/20/2010 3:21 PM, Jakub Vondrak wrote: Hello, I'm new to iBatis 3 so maybe I'm overooking something obvious, but I'm having problem while trying to map id object as association. Here is my result map ...

performance issue for id as association

2010-02-20 Thread Jakub Vondrak
Hello, I'm new to iBatis 3 so maybe I'm overooking something obvious, but I'm having problem while trying to map id object as association. Here is my result map ... Problem is that class