Posts by R. Neves • 23 points
1 post
-
2
votes2
answers198
viewsQ: How do select in specific columns and continue to receive an entity list and not an Object array?
Having the second class: public class Usuario { private Integer id; private Email email; private String nome; private String sobrenome; private String senha; private String usuario; private…