Annotation Interface EdmEntityType


@Retention(RUNTIME) @Target(TYPE) public @interface EdmEntityType

Annotation for a EDM/CSDL EntityType element.

EdmEntityType holds a set of related information like EdmPrimitiveType, EdmComplexType and EdmNavigation properties.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Define the name for the EDM EntityType.
    Define the namespace for the EDM EntityType.
  • Element Details

    • name

      String name
      Define the name for the EDM EntityType. If not set a default value has to be generated by the EDM provider.
      Returns:
      name for the EDM EntityType
      Default:
      ""
    • namespace

      String namespace
      Define the namespace for the EDM EntityType. If not set a default value has to be generated by the EDM provider.
      Returns:
      namespace for the EDM EntityType
      Default:
      ""