Esempio n. 1
0
 public ParameterRecord getLastParameterRecord(long id) {
   return dao.findTopByParameterIdOrderByStoredTimeDesc(id);
 }