2010-09-23 23:10:31 +02:00
|
|
|
Doctrine\Tests\ORM\Mapping\Animal:
|
|
|
|
type: entity
|
|
|
|
inheritanceType: SINGLE_TABLE
|
|
|
|
discriminatorMap:
|
|
|
|
cat: Cat
|
2011-11-28 22:01:55 +03:00
|
|
|
dog: Dog
|
|
|
|
id:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
generator:
|
|
|
|
strategy: CUSTOM
|
|
|
|
customIdGenerator:
|
2012-01-08 15:20:35 +03:00
|
|
|
class: stdClass
|