Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.ORM.Mapping.Animal.dcm.yml
1 Doctrine\Tests\ORM\Mapping\Animal:
2   type: entity
3   inheritanceType: SINGLE_TABLE
4   discriminatorMap:
5     cat: Cat
6     dog: Dog
7   discriminatorColumn:
8     type: string
9     name: discr
10     length: 32
11   id:
12     id:
13       type: integer
14       generator:
15         strategy: CUSTOM
16       customIdGenerator:
17         class: stdClass