Esempio n. 1
0
 @Override
 public Entity get(final Long id) {
   return dataAccessService.get(this, id);
 }