AttributeOverride
in package
implements
Annotation
This annotation is used to override the mapping of a entity property.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $column : Column
- The column definition.
- $name : string
- The name of the property whose mapping is being overridden.
Properties
$column
The column definition.
public
Column
$column
$name
The name of the property whose mapping is being overridden.
public
string
$name