Interface JPAFunction
- All Superinterfaces:
JPAOperation
- All Known Subinterfaces:
JPADataBaseFunction,JPAJavaFunction
-
Method Summary
Modifier and TypeMethodDescriptioncom.sap.olingo.jpa.metadata.core.edm.annotation.EdmFunctionTypegetParameter(String internalName)booleanisBound()Methods inherited from interface com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAOperation
getResultParameter, getReturnType
-
Method Details
-
getParameter
- Returns:
- List of import parameter
- Throws:
ODataJPAModelException
-
getParameter
- Parameters:
internalName-- Returns:
- Throws:
ODataJPAModelException
-
getFunctionType
com.sap.olingo.jpa.metadata.core.edm.annotation.EdmFunctionType getFunctionType()- Returns:
- The type of function
-
isBound
- Throws:
ODataJPAModelException
-