extends |
NamedElementInterface, AnnotatableInterface, AnnotationTargetInterface |
|---|
An entity set — a named, addressable collection of entity instances within an entity container.
Entity sets are the primary runtime collections exposed by an OData service. Each entity set is typed by a single entity type and may declare navigation property bindings that resolve navigation targets to other entity sets or singletons within the container.
| Methods | ||
|---|---|---|
public
|
getEntityType(): EntityTypeInterface
|
# |
public
|
isIncludedInServiceDocument(): bool
|
# |
public
|
getNavigationPropertyBindings(): list<NavigationPropertyBindingInterface>
|
# |
public
|
getNavigationPropertyBinding(string $path): ?NavigationPropertyBindingInterface
|
# |
| Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface |
|---|
getName() |
| Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface |
|---|
getAnnotations(), getAnnotation() |