Doctrine


Doctrine\ORM\Id\SequenceIdentityGenerator
/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 7

Class SequenceIdentityGenerator

Class:SequenceIdentityGenerator - Superclass: IdentityGenerator
Class:IdentityGenerator - Superclass: AbstractIdGenerator
AbstractIdGenerator
⌊ IdentityGenerator
⌊ SequenceIdentityGenerator

public class SequenceIdentityGenerator
extends IdentityGenerator


Constructor Summary

SequenceIdentityGenerator(mixed sequenceName)

Method Summary
mixed

generate(mixed em, Doctrine\ORM\Entity entity)

Generates an identifier for an entity.

boolean

isPostInsertGenerator()

Methods inherited from Doctrine\ORM\Id\IdentityGenerator
generate, isPostInsertGenerator
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator

Constructor Detail

/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 11

SequenceIdentityGenerator

public SequenceIdentityGenerator(mixed sequenceName)

Method Detail

/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 16

generate

public mixed generate(mixed em, Doctrine\ORM\Entity entity)

Generates an identifier for an entity.

Override.

/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 25

isPostInsertGenerator

public boolean isPostInsertGenerator()

Override.

Doctrine