SequenceGenerator
in package
implements
MappingAttribute
FinalYes
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $allocationSize : int
- $initialValue : int
- $sequenceName : string|null
Methods
- __construct() : mixed
Properties
$allocationSize
public
int
$allocationSize
= 1
Tags
$initialValue
public
int
$initialValue
= 1
Tags
$sequenceName
public
string|null
$sequenceName
Tags
Methods
__construct()
public
__construct([string|null $sequenceName = null ][, int $allocationSize = 1 ][, int $initialValue = 1 ]) : mixed
Parameters
- $sequenceName : string|null = null
- $allocationSize : int = 1
- $initialValue : int = 1