Doctrine


Namespace Doctrine\ORM\Id

Class Summary
AbstractIdGenerator
AssignedGeneratorSpecial generator for application-assigned identifiers (doesnt really generate anything).
IdentityGenerator
SequenceGeneratorRepresents an ID generator that uses a database sequence.
SequenceIdentityGenerator
TableGeneratorId generator that uses a single-row database table and a hi/lo algorithm.

Doctrine