Interface LaravelUi5\OData\Edm\Contracts\Container\EntitySetInterface

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
Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface
getName()
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()