2012-08-05 23:50:56 +04:00
|
|
|
Doctrine\Tests\Models\Company\CompanyContract:
|
|
|
|
type: entity
|
|
|
|
table: company_contracts
|
|
|
|
inheritanceType: SINGLE_TABLE
|
|
|
|
discriminatorMap:
|
|
|
|
fix: CompanyFixContract
|
|
|
|
flexible: CompanyFlexContract
|
|
|
|
flexultra: CompanyFlexUltraContract
|
2012-08-10 05:05:22 +04:00
|
|
|
|
2012-08-05 23:50:56 +04:00
|
|
|
entityListeners:
|
2012-10-07 01:13:51 +04:00
|
|
|
CompanyContractListener:
|
2012-08-10 05:05:22 +04:00
|
|
|
|
|
|
|
preFlush: [preFlushHandler]
|
|
|
|
postLoad: [postLoadHandler]
|
2012-08-05 23:50:56 +04:00
|
|
|
|
2012-08-10 05:05:22 +04:00
|
|
|
postPersist: [postPersistHandler]
|
|
|
|
prePersist: [prePersistHandler]
|
2012-08-05 23:50:56 +04:00
|
|
|
|
2012-08-10 05:05:22 +04:00
|
|
|
postUpdate: [postUpdateHandler]
|
|
|
|
preUpdate: [preUpdateHandler]
|
2012-08-05 23:50:56 +04:00
|
|
|
|
2012-08-10 05:05:22 +04:00
|
|
|
postRemove: [postRemoveHandler]
|
|
|
|
preRemove: [preRemoveHandler]
|
2012-08-05 23:50:56 +04:00
|
|
|
|
|
|
|
id:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
generator:
|
|
|
|
strategy: AUTO
|
|
|
|
fields:
|
|
|
|
completed:
|
|
|
|
type: boolean
|