OneToOnePropertyMetadata: BaseRelationMetadata<T> & {
    joinColumn: boolean;
    type: ONE_TO_ONE;
}

Metadata for one to one properties.

Type Parameters

Type declaration

  • joinColumn: boolean

    Whether or not this entity has a join column.

  • type: ONE_TO_ONE

    The type of the property.