Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.ORM.Mapping.DDC807Entity.dcm.yml
1 Doctrine\Tests\ORM\Mapping\DDC807Entity:
2   type: entity
3   inheritanceType: SINGLE_TABLE
4   discriminatorMap:
5     ONE: DDC807SubClasse1
6     TWO: DDC807SubClasse2
7   discriminatorColumn:
8     name: dtype
9     columnDefinition: ENUM('ONE','TWO')
10   id:
11     id: 
12       generator:
13         strategy: NONE