Class LaravelUi5\OData\Service\Resolver\SqlSourceBinding

final
readonly
implements ResolverBindingInterface

Serializable binding for an EntitySetSource-backed entity set.

Stores the source class-string and resolves it from the Laravel container at runtime, so dependencies (tenant context, user, etc.) are injected. The source provides the base query with implicit filters; OData query options are applied on top by SqlEntitySetResolver.

Methods
Properties