What is community opinion on using DistinctRootEntityResultTransformer vs future queries when eagerly fetching collection results in Cartesian product? I understand that DistinctRootEntityResultTransformer would do remove duplicate records in-memory which could be bad if your Cartesian product results in large number of records where as in case of future queries this problem is not there. Is there any other factor that goes in favor or one or the other?
Thanks Suhas -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
