Package | Description |
---|---|
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
The library provides a way for the developers to create an OData Service from a Java Persistence Model.
|
org.apache.olingo.odata2.jpa.processor.api.access |
OData JPA Processor API Library - Java Persistence Access
The library provides a set of APIs to access Java Persistence Models and Data.
|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataSingleProcessor.existsEntity(GetEntityCountUriInfo uriInfo,
String contentType) |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
EntityProcessor.existsEntity(GetEntityCountUriInfo uriInfo,
String contentType)
Checks whether an entity exists.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UriInfo
Structured parts of the request URI - the result of URI parsing.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataJPADefaultProcessor.existsEntity(GetEntityCountUriInfo uriInfo,
String contentType) |
javax.persistence.Query |
ODataJPAQueryExtensionEntityListener.getQuery(GetEntityCountUriInfo uriInfo,
javax.persistence.EntityManager em)
Override this method to build JPA Query for OData request - GetEntity Count; SELECT SINGLE with key in WHERE
clause
|
Modifier and Type | Method and Description |
---|---|
long |
JPAProcessor.process(GetEntityCountUriInfo resultsView)
Processes OData request for fetching Entity count.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ListsProcessor.existsEntity(GetEntityCountUriInfo uriInfo,
String contentType) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.