mediatekformation

AssociationOverride
in package
implements Annotation

This annotation is used to override association mapping of property for an entity relationship.

Tags
Annotation
Target

("ANNOTATION")

Interfaces, Classes, Traits and Enums

Annotation

Table of Contents

$fetch  : string
The fetching strategy to use for the association.
$inversedBy  : string
The name of the association-field on the inverse-side.
$joinColumns  : array<string|int, JoinColumn>
The join column that is being mapped to the persistent attribute.
$joinTable  : JoinTable
The join table that maps the relationship.
$name  : string
The name of the relationship property whose mapping is being overridden.

Properties

$fetch

The fetching strategy to use for the association.

public string $fetch
Tags
Enum

({"LAZY", "EAGER", "EXTRA_LAZY"})

$inversedBy

The name of the association-field on the inverse-side.

public string $inversedBy

$name

The name of the relationship property whose mapping is being overridden.

public string $name

Search results