Class LaravelUi5\OData\Driver\Sql\SqlEntitySetResolver

readonly
implements EntitySetResolverInterface, EntityResolverInterface

Resolves entity-set and single-entity plans against a SQL data source.

The data source is provided via {@see EntitySetSourceInterface}, which supplies a fresh Query Builder on each call. This keeps the resolver decoupled from how the query is constructed (table, view, subquery, tenant-scoped, etc.).

Methods