Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
Packages that use JPAFunction
Package
Description
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 JPAFunctionMethods in org.apache.olingo.odata2.jpa.processor.api.access that return types with arguments of type JPAFunctionModifier and TypeMethodDescriptionJPAMethodContext.getJPAFunctionList()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 JPAFunctionModifier and TypeMethodDescriptionprotected voidJPAMethodContext.setJpaFunction(List<JPAFunction> jpaFunctionList)