Documentation

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
Annotation
Target

("ANNOTATION")

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

        
On this page

Search results