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 | ||
|---|---|---|
public
|
__construct(RuntimeSchemaInterface $schema, string $serviceRoot)
|
# |
public
|
handle(EntityQueryPlan $plan): ODataResponse
|
# |