Hi Mario,
As for project - after I realized that there is such a feature in
lambdaj the idea with joins came to my mind at once.
Initially I was thinking about 1-to-1 and 1-to-many relationships. As
for me many-to-many is not very often case and so I guess cartesian
product would be ok.
Actually I wish to have exactly the same behaviour of join like in
relational databases including inner and outer joins(in outer join we
can fill absent values with null or default values).
Thanks,
Andrey
On 14 авг, 01:25, Mario Fusco <
mario.fu...@gmail.com> wrote:
> Hi Andrey,
>
> I guess you already know there is a lambdaj feature called project that
> allows to convert a list of objects in another list of objects of a
> different class as in the following example:
>
>
http://code.google.com/p/lambdaj/wiki/LambdajFeatures#Projecting_obje...