SuccessChanges

Summary

  1. Adds the relationship between User and Event. (details)
Commit bec604fbbf2dd0e12d5c4e173107157b82f997a3 by jacasanova
Adds the relationship between User and Event.
Adds the OneToMany relationship between User and Event to indicate which
Events belong to an User. Adds the ManyToMany relationship between User
and Event to indicate all the Users who have joined an Event.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java