Skip to main content
Version: 7.0

ReferenceKind

Describes the kind of relationship a property represents.

Index

Enumeration Members

EMBEDDED

EMBEDDED: embedded

An embedded entity (inline object stored within the parent).

MANY_TO_MANY

MANY_TO_MANY: m:n

A many-to-many relation.

MANY_TO_ONE

MANY_TO_ONE: m:1

A many-to-one relation (owning side).

ONE_TO_MANY

ONE_TO_MANY: 1:m

A one-to-many relation (inverse side of a many-to-one).

ONE_TO_ONE

ONE_TO_ONE: 1:1

A one-to-one relation.

SCALAR

SCALAR: scalar

A plain scalar property (not a relation).