GeneratedValue
in package
implements
MappingAttribute
FinalYes
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $strategy : string
- The type of ID generator.
Methods
- __construct() : mixed
Properties
$strategy
The type of ID generator.
public
string
$strategy
= 'AUTO'
Tags
Methods
__construct()
public
__construct([string $strategy = 'AUTO' ]) : mixed
Parameters
- $strategy : string = 'AUTO'