Interface LaravelUi5\OData\Edm\Contracts\Container\SingletonInterface

extends NamedElementInterface, AnnotatableInterface, AnnotationTargetInterface

A singleton — a named, addressable single entity instance within an entity container.

Unlike entity sets, singletons always refer to exactly one entity instance. They are used for concepts like "Me" (the current user) or "DefaultSettings". Singletons carry navigation property bindings in the same way entity sets do.

Methods
Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface
getName()
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()