Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JPQLStatement.JPQLStatementBuilder |
JPQLBuilderFactory.getStatementBuilder(JPQLContextView context)
The method returns JPQL statement builder for building JPQL statements.
|
Modifier and Type | Method and Description |
---|---|
static JPQLStatement.JPQLStatementBuilder |
JPQLStatement.createBuilder(JPQLContextView context)
The method is used for creating an instance of JPQL Statement Builder for
building JPQL statements.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.