Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
-
Packages that use JPAFunction Package Description org.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Access -
-
Uses of JPAFunction in org.apache.olingo.odata2.jpa.processor.api.access
Fields in org.apache.olingo.odata2.jpa.processor.api.access with type parameters of type JPAFunction Modifier and Type Field Description protected ArrayList<JPAFunction>JPAMethodContext. jpaFunctionMethods in org.apache.olingo.odata2.jpa.processor.api.access that return types with arguments of type JPAFunction Modifier and Type Method Description List<JPAFunction>JPAMethodContext. getJPAFunctionList()List<JPAFunction>JPAMethodContextView. getJPAFunctionList()The method returns list of JPA functions that can be executed on the enclosing object.Method parameters in org.apache.olingo.odata2.jpa.processor.api.access with type arguments of type JPAFunction Modifier and Type Method Description protected voidJPAMethodContext. setJpaFunction(List<JPAFunction> jpaFunctionList)
-