Ejemplo n.º 1
0
 public void deleteTrack(final User user, final Long id)
     throws TrackNotFoundException, AccessDeniedException {
   entityManager.remove(fetchTrackForUpdate(user, id.longValue()));
 }