Class LaravelUi5\OData\Driver\Sql\EloquentEntitySetResolver

final
implements EntitySetResolverInterface, EntityResolverInterface

Resolves entity-set and single-entity plans against an Eloquent model class.

Implements EntitySetResolverInterface for collection queries and EntityResolverInterface for single-entity key lookups. Both are bound from the same model class, so registering one resolver per entity set covers both access patterns without additional wiring.

Methods