Open
Description
I'm trying to solve n+1 query problem with fluent-nhibernate, as this article says,
For instance, in Hibernate, since JPA 2.1, we can use an EntityGraph to solve this problem. In C# Entity Framework, we can use an Include to fetch some lazy associations eagerly where we need them.
So how can we achieve that in fluent-nhibernate?
Metadata
Metadata
Assignees
Labels
No labels