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.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<JPAFunction> |
JPAMethodContext.jpaFunction |
Modifier and Type | Method and Description |
---|---|
List<JPAFunction> |
JPAMethodContext.getJPAFunctionList() |
List<JPAFunction> |
JPAMethodContextView.getJPAFunctionList()
The method returns list of JPA functions that can be executed on the
enclosing object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JPAMethodContext.setJpaFunction(List<JPAFunction> jpaFunctionList) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.