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