public List<Element> findAllElements(Task task) {
logger.info("Try to find elements - task: {}", task.getId());
return em.createNamedQuery(Element.FIND_ALL_BY_TASK, Element.class)
.setParameter("task", task)
.getResultList();
}
Pokazywanie postów oznaczonych etykietą list. Pokaż wszystkie posty
Pokazywanie postów oznaczonych etykietą list. Pokaż wszystkie posty
2017-01-11
EntityManager - find list of objects
2016-05-06
Git: aktualizacja listy branchy na lokalnej maszynie
# list all branches, local and remote $ git branch -av # update remote list $ git remote update origin --prune
Subskrybuj:
Posty (Atom)