Class LaravelUi5\OData\Protocol\Execution\EntityHandler

final
readonly

Handles EntityQueryPlan — single entity lookup by key.

Emits: {"@odata.context":"<serviceRoot>$metadata#<SetName>/$entity","id":1,"name":"..."}

Returns 404 when no entity with the given key exists. Throws NotImplementedException when the resolver does not implement EntityResolverInterface (driver capability check).

Methods