Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction

Packages that use JPAFunction
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
protected  ArrayList<JPAFunction> JPAMethodContext.jpaFunction
           
 

Methods in org.apache.olingo.odata2.jpa.processor.api.access that return types with arguments of type JPAFunction
 List<JPAFunction> JPAMethodContextView.getJPAFunctionList()
          The method returns list of JPA functions that can be executed on the enclosing object.
 List<JPAFunction> JPAMethodContext.getJPAFunctionList()
           
 

Method parameters in org.apache.olingo.odata2.jpa.processor.api.access with type arguments of type JPAFunction
protected  void JPAMethodContext.setJpaFunction(List<JPAFunction> jpaFunctionList)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.