Package | Description |
---|---|
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 | Field and Description |
---|---|
protected static ThreadLocal<JPQLContext> |
JPQLContext.jpqlContext |
Modifier and Type | Method and Description |
---|---|
abstract JPQLContext |
JPQLContext.JPQLContextBuilder.build()
The abstract method is implemented by specific JPQL context builders
to build JPQL Contexts.
|
static JPQLContext |
JPQLContext.getJPQLContext() |
Modifier and Type | Method and Description |
---|---|
protected static void |
JPQLContext.setJPQLContext(JPQLContext context) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.