Question from hibernate world,
it looks that Lambda.group() eventually calls toString() on objects . Which in turn causes hibernate to load lazy-collections (in case they are formatted in toString()).
Is there is a way to overcome it? Don't want to load bunch of unrelated data and don't want to lose debug capability of toString().
LambdaJ version is 2.3. Thanks.