Annotation Type EntitySet


@Retention(RUNTIME) @Target(TYPE) public @interface EntitySet
Give entity set a name. If interface extending EntitySet is not annotated with this, the effective name will be class'getSimpleName().
  • Required Element Summary

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

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

    • container

      String container
      Default:
      ""
    • contained

      boolean contained
      Default:
      false