| java.lang.Object | ||
| ↳ | org.odata4j.edm.EdmItem | |
| ↳ | org.odata4j.edm.EdmEntitySet | |
A CSDL EntitySet element.
The EntitySet element in conceptual schema definition language is a logical container for instances of an entity type and instances of any type that is derived from that entity type. The relationship between an entity type and an entity set is analogous to the relationship between a row and a table in a relational database. Like a row, an entity type defines a set of related data, and, like a table, an entity set contains instances of that definition. An entity set provides a construct for grouping entity type instances so that they can be mapped to related data structures in a data source.
More than one entity set for a particular entity type may be defined.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EdmEntitySet.Builder | Mutable builder for EdmEntitySet objects. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.odata4j.edm.EdmItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The name of the entity set.
| |||||||||||
The entity type for which the entity set contains instances.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.odata4j.edm.EdmItem
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.odata4j.core.Named
| |||||||||||
The name of the entity set.