FieldResult
in package
implements
MappingAttribute
FinalYes
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $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