Queryq=entityManager.createQuery("select tl from TemplateLabel tl left join tl.template t where t.code = :templateCode and tl.unitId = :unitId order by tl.position asc");
q.setParameter("templateCode",templateCode);
...
...
@@ -36,14 +36,14 @@ public class CustomizableLabelsRepository extends AbstractHibernateRepository {