Page Contents
Home > @loopback/repository > ConnectorInterfaces > StrongRelation
ConnectorInterfaces.StrongRelation enum
Strong relation interfaces adopted by a Connector
Signature:
const enum StrongRelation
Enumeration Members
Member | Value | Description |
---|---|---|
BELONGS_TO | "strongBelongsTo" |
|
EMBEDS_MANY | "strongEmbedsMany" |
|
EMBEDS_ONE | "strongEmbedsOne" |
|
HAS_AND_BELONGS_TO_MANY | "strongHasAndBelongsToMany" |
|
HAS_MANY | "strongHasMany" |
|
HAS_MANY_THROUGH | "strongHasManyThrough" |
|
HAS_ONE | "strongHasOne" |
|
REFERNCES_MANY | "strongReferencesMany" |