Annotation Type 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.
-
-
Element Detail
-
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:
- ""
-
-