FieldResult
in package
implements
Annotation
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $column : string
- Name of the persistent field or property of the class.
- $name : string
- Name of the column in the SELECT clause.
Properties
$column
Name of the persistent field or property of the class.
public
string
$column
$name
Name of the column in the SELECT clause.
public
string
$name