Sorry but original question was about transaction boundaries that FDS
set using UserTransaction at server side.

How does lazyness of associations relate to this?

Den

--- In flexcoders@yahoogroups.com, "Igor Costa" <[EMAIL PROTECTED]> wrote:
>
> Den
> 
> Here´s explanation
> 
> A Flex Data Management Service change for assemblers that return
references
> to lazy associations: In beta 3 your assembler had to return the
complete
> state of all referenced items. Now, if your association tag is
marked with
> lazy="true", you only need to return instances of the referenced objects
> where the id properties are populated. The rest of the state is not
> accessed. When the client fetches the value of the referenced item, your
> assembler's get method is called to retrieve the referenced item.
This also
> fixes a problem with the hibernate assembler in beta 3 where it
would do a
> deep traversal of the entire object graph. Now, as long as your FDMS
> destination sets lazy="true" on the associations, Flex Data Management
> Service will only do the traversal it needs to fetch the ids of the
> referenced items.
> 
> 
> Regards.
> Igor Costa
> www.igorcosta.org
> www.igorcosta.com


Reply via email to