Posts by kaique • 1 point
1 post
-
0
votes1
answer54
viewsA: Random class doubt in Java
A more didactic way to solve it is like this: public class Cliente implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy = GenerationType.IDENTITY)…