AssociationOverride
in package
implements
Annotation
This annotation is used to override association mapping of property for an entity relationship.
Tags
Interfaces, Classes, Traits and Enums
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
$inversedBy
The name of the association-field on the inverse-side.
public
string
$inversedBy
$joinColumns
The join column that is being mapped to the persistent attribute.
public
array<string|int, JoinColumn>
$joinColumns
$joinTable
The join table that maps the relationship.
public
JoinTable
$joinTable
$name
The name of the relationship property whose mapping is being overridden.
public
string
$name