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