示例#1
0
 @TransactionalRead
 public Hub getHub(long hubId) {
   return repository.getHub(hubId);
 }