Annotation Interface EdmEntitySet
Annotation for a EDM/CSDL EntitySet element.
EdmEntitySet is the container for entity type instances as described in the OData protocol.
The EdmEntitySet annotation defines the annotated class as entity set and must be used
in conjunction with an EdmEntityType annotation on a class.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameDefine 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 containerDefine 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:
""
-