Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static JPAMethodContext.JPAMethodContextBuilder |
JPAMethodContext.createBuilder(JPQLContextType contextType,
Object resultsView)
the method instantiates an instance of type JPAMethodContextBuilder.
|
Modifier and Type | Method and Description |
---|---|
JPAMethodContext.JPAMethodContextBuilder |
JPQLBuilderFactory.getJPAMethodContextBuilder(JPQLContextType contextType)
The method returns a JPA method context builder for building JPA Method
context object.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.