PHP Doctrine\OXM\Id Пространство имен

Классы

Имя Описание
AbstractIdGenerator AbstractIdGenerator
AssignedGenerator Special generator for application-assigned identifiers (doesnt really generate anything).
IncrementGenerator IncrementGenerator is responsible for generating auto increment identifiers. It uses a collection named "doctrine_increment_ids" which stores a document for each document type and generates the next id by using $inc on a field named "current_id".
UuidGenerator UuidGenerator generates a uuid for the id.