Annotation Type EdmEntitySet
-
@Retention(RUNTIME) @Target(TYPE) public @interface EdmEntitySet
Annotation for a EDM/CSDL EntitySet element.
EdmEntitySet is the container for entity type instances as described in the OData protocol. The
EdmEntitySetannotation defines the annotated class as entity set and must be used in conjunction with anEdmEntityTypeannotation on a class.
-
-
Element Detail
-
name
String name
Define the name for the EDM Entity Set. If not set a default value has to be generated by the EDM provider.- Returns:
- name for the EDM Entity Set
- Default:
- ""
-
-
-
container
String container
Define the container name for the EDM Entity Set. If not set a default value has to be generated by the EDM provider.- Returns:
- container name for the EDM Entity Set
- Default:
- ""
-
-