Annotation Type EntityType


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface EntityType
Mark POJO as EDM entity type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
    boolean
     
    boolean
     
  • Element Details

    • baseType

      String baseType
      Default:
      ""
    • isAbstract

      boolean isAbstract
      Default:
      false
    • openType

      boolean openType
      Default:
      false
    • hasStream

      boolean hasStream
      Default:
      false