| Modifier and Type | Method and Description | 
|---|---|
| void | readReferenceCollection(ODataRequest request,
                       ODataResponse response,
                       UriInfo uriInfo,
                       ContentType responseFormat)Reads entity references from persistence and put them as serialized content and with
 according status into the response. | 
void readReferenceCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) throws ODataApplicationException, ODataLibraryException
request - OData request object containing raw HTTP informationresponse - OData response object for collecting response datauriInfo - information of a parsed OData URIresponseFormat - requested content type after content negotiationODataApplicationException - if the service implementation encounters a failureODataLibraryExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.