user:
targetEntity: Rapsys\AirBundle\Entity\User
inversedBy: applications
- oneToMany:
- votes:
- targetEntity: Rapsys\AirBundle\Entity\Vote
- mappedBy: application
+# oneToMany:
+# votes:
+# targetEntity: Rapsys\AirBundle\Entity\Vote
+# mappedBy: application
+# indexes:
+# #XXX: used in SessionRepository::XXX
+# id_user:
+# columns: [ id, user_id ]
+# id_user_canceled:
+# columns: [ id, user_id, canceled ]