mediatekformation

GeneratedValue
in package
implements Annotation

Tags
Annotation
NamedArgumentConstructor

()

Target

("PROPERTY")

Interfaces, Classes, Traits and Enums

Annotation

Table of Contents

$strategy  : string
The type of Id generator.
__construct()  : mixed

Properties

$strategy

The type of Id generator.

public string $strategy = 'AUTO'
Tags
Enum

({"AUTO", "SEQUENCE", "TABLE", "IDENTITY", "NONE", "UUID", "CUSTOM"})

Methods

__construct()

public __construct([string $strategy = 'AUTO' ]) : mixed
Parameters
$strategy : string = 'AUTO'
Return values
mixed

Search results