542543544545546547548549
q.setParameterList("locationList", locations); q.setMaxResults(1); q.setCacheable(true); if (q.list().isEmpty()) return null; FeedbackMessage m = (FeedbackMessage) q.list().get(0); return m.getLocation(); }