Chill\EventBundle\Entity\Event: type: entity table: chill_event_event id: id: type: integer id: true generator: strategy: AUTO fields: label: type: string length: '150' date: type: date oneToMany: participations: targetEntity: Chill\EventBundle\Entity\Participation mappedBy: event lifecycleCallbacks: { }