SuccessChanges

Summary

  1. tsk91 (EJB) Adds support for recording the reading of a microhistory (details)
Commit 6d8eefe4c9d59a21d1e082ca123ae286db979623 by anaabadlorenzo24
tsk91 (EJB) Adds support for recording the reading of a microhistory
Adds to AuthorEJB a method that support the recording of the reading of
a microstory. For this purpose, it is necessary to add to AuthorEntity a
method to get the stories read of an author.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java (diff)