|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BaseResponse | The base payload interface for responses to client requests. |
EntitiesResponse | An EntitiesResponse is a response to a client request expecting multiple OData entities. |
EntityResponse | An EntityResponse is a response to a client request expecting a single OData entity. |
ODataProducer | Implement ODataProducer on the server-side to create a new java-based OData producer. |
ODataProducerFactory | An ODataProducerFactory creates new OData producer instances given properties. |
PropertyResponse | An PropertyResponse is a response to a client request expecting a single property value. |
Class Summary | |
---|---|
QueryInfo | QueryInfo represents an OData query as a strongly-typed immutable data structure. |
Responses | A static factory to create immutable EntitiesResponse , EntityResponse , or PropertyResponse instances. |
Enum Summary | |
---|---|
InlineCount | NONE or ALLPAGES |
The odata4j server-side (producer-side) API.
Use ODataProducer
to implement your own OData service backend.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |