Class JPAFunction
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
A container for JPA Functions. A JPA function can be
- Property Access method
- Custom Operation (Annotated with EDM Annotation FunctionImport)
-
Constructor Summary
ConstructorsConstructorDescriptionJPAFunction(Method function, Class<?>[] parameterTypes, Type returnType, Object[] args) -
Method Summary
-
Constructor Details
-
JPAFunction
-
-
Method Details
-
getFunction
The method returns the Java method.- Returns:
- an instance of
Method
-
getParameterTypes
The method returns the parameter types for the Java method.- Returns:
- an array of type
Class
-
getReturnType
The method returns the return type for the Java method.- Returns:
- an instance of
Type
-
getArguments
The method returns an array of arguments for invoking the Java method.- Returns:
- an array of Objects
-