SuccessChanges

Summary

  1. Fixes adds in the  entitites classes (details)
Commit ac8629ad440f3dfdf8549ca7b3d420d3e8f53978 by aldominguez
Fixes adds in the  entitites classes
Changes in order to remove some problems relacionated with JPA entities.
Changes Collection and arrayList definitions to List. Changes hashMap to
Map in JPA entities. There was an error when calling to @Column in a
@ManyToOne relation. Changed some mappedBy because there was definition
with diferents names.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/PlayerTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/TeamTest.java (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)