Exemplo n.º 1
0
 @TransactionalRead
 public Hub getHub(long hubId) {
   return repository.getHub(hubId);
 }