Skip to content

What is Java hibernate JPA @EntityGraph equivalent in fluent-nhibernate? #744

Open
@Paper-Folding

Description

@Paper-Folding

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions