allowEntityFetch property

bool allowEntityFetch

If true it will allow the use of on DB/repository to fetch an entity by an ID reference.

Implementation

bool get allowEntityFetch =>
    _allowEntityFetch ??
    allEager ??
    (eagerEntityTypes != null && eagerEntityTypes!.isNotEmpty);