Posts by Lucas Moraes • 1 point
1 post
-
0
votes0
answers18
viewsQ: Multiple query with JOIN FETCH command using JPQL
I own the following entity in my application: @Entity public class Produto implements Entidade{ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String nome; private…