Chill\EventBundle\Entity\Participation: type: entity table: chill_event_participation id: id: type: integer id: true generator: strategy: AUTO fields: lastUpdate: type: datetime manyToOne: event: targetEntity: Chill\EventBundle\Entity\Event inversedBy: participations person: targetEntity: Chill\PersonBundle\Entity\Person role: targetEntity: Chill\EventBundle\Entity\Role status: targetEntity: Chill\EventBundle\Entity\Status lifecycleCallbacks: { }