|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
public class JPAFunction
A container for JPA Functions. A JPA function can be
Constructor Summary | |
---|---|
JPAFunction(Method function,
Class<?>[] parameterTypes,
Type returnType,
Object[] args)
|
Method Summary | |
---|---|
Object[] |
getArguments()
The method returns an array of arguments for invoking the Java method. |
Method |
getFunction()
The method returns the Java method. |
Class<?>[] |
getParameterTypes()
The method returns the parameter types for the Java method. |
Type |
getReturnType()
The method returns the return type for the Java method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPAFunction(Method function, Class<?>[] parameterTypes, Type returnType, Object[] args)
Method Detail |
---|
public Method getFunction()
Method
public Class<?>[] getParameterTypes()
Class
public Type getReturnType()
Type
public Object[] getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |