|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=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 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 | |
---|---|
String |
container
Define the container name for the EDM Entity Set. |
String |
name
Define the name for the EDM Entity Set. |
public abstract String name
public abstract String container
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |