Hello,
I currently evaluating the smartgwt enterprise editon. As seen in the following examples:
http://www.smartclient.com/smartgwte...ationOneToMany or http://www.smartclient.com/smartgwte...r_detail_batch
all one-to-many relations are fetched eager. I have quite complex related entities so using this aproach is to slow. Is there a way I can enable lazy fetching of one-to-many relations within smartgwt, so when I select a record its relations are fetched on demand.
Thank You
Andreas
I currently evaluating the smartgwt enterprise editon. As seen in the following examples:
http://www.smartclient.com/smartgwte...ationOneToMany or http://www.smartclient.com/smartgwte...r_detail_batch
all one-to-many relations are fetched eager. I have quite complex related entities so using this aproach is to slow. Is there a way I can enable lazy fetching of one-to-many relations within smartgwt, so when I select a record its relations are fetched on demand.
Thank You
Andreas
Comment