Package | Description |
---|---|
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.jpa.processor.api.factory |
OData JPA Processor API Library - Factory
The library provides different types of factories for creating instances for
Accessing Java Persistence Model/Data
Building different types of JPQL statements
Accessing OData EDM provider and processor
The instances of these factories can be obtained from an abstract ODataJPAFactory.
|
org.apache.olingo.odata2.jpa.processor.api.jpql |
OData JPA Processor API Library - Java Persistence Query Language
The library provides set of APIs for building JPQL contexts from OData Requests.
|
org.apache.olingo.odata2.jpa.processor.api.model |
OData JPA Processor API Library - JPA EDM Model
The library provides a set of views over the JPA/EDM element containers.
|
Class and Description |
---|
JPAPaging |
JPAProcessor
The interface provides methods for processing OData Requests for Create, Read, Update, Delete operations.
|
Class and Description |
---|
JPAFunction
A container for JPA Functions.
|
JPAJoinClause.JOIN
Enumerated list of possible Joins in JPQL
LEFT - left outer join
FETCH - enable fetching of an association as a side effect of the
execution of a query
INNER - inner join
|
JPAMethodContext
The abstract class is a compilation of objects required for building specific
instances of JPA Method Context.
|
JPAMethodContext.JPAMethodContextBuilder
The abstract class is extended by specific JPA Method Context Builder to
build JPA Method Context types.
|
JPAMethodContextView
The interface provides view on JPA Method Context.
|
Class and Description |
---|
JPAEdmMappingModelAccess
Interface provides methods to access JPA EDM mapping model.
|
JPAMethodContext.JPAMethodContextBuilder
The abstract class is extended by specific JPA Method Context Builder to
build JPA Method Context types.
|
JPAProcessor
The interface provides methods for processing OData Requests for Create, Read, Update, Delete operations.
|
Class and Description |
---|
JPAJoinClause
A container for Java Persistence Join Clause that can be used for building
JPQL statements.
|
Class and Description |
---|
JPAEdmBuilder
JPAEdmBuilder interface provides methods for building elements of an Entity Data Model (EDM) from
a Java Persistence Model.
|
JPAEdmMappingModelAccess
Interface provides methods to access JPA EDM mapping model.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.