Annotation Type EdmFunctionImport.ReturnType


  • public static @interface EdmFunctionImport.ReturnType

    Annotation for definition of the return type of an EdmFunctionImport method.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean isCollection
      Define if the return type for the function import is a collection (entity set) or an single entity (entity).
      • isCollection

        boolean isCollection
        Define if the return type for the function import is a collection (entity set) or an single entity (entity).
        Returns:
        true if a collection is returned, otherwise false if a single entity is returned.
        Default:
        false