Interface LaravelUi5\OData\Service\Contracts\EntitySetResolverInterface

Resolves an entity-set query plan into a lazy stream of entities.

Implementations live in Driver\ and translate the plan into database queries. The plan parameter is typed as QueryPlanInterface to keep Service\ free of Protocol\ imports; at runtime the value is always an EntitySetQueryPlan.

Methods