1 post
1
52
with Hibernate I can make an inquiry by idt as follows: entityManager.find(Empresa.class, idtEmpresa); And that would already return the mapped object of the company class, but what if I wanted to…