Posts by Diego Armando • 16 points
2 posts
-
0
votes1
answer59
viewsA: My Spring Data Hibernate project does not create the tables in SQL Server
Your table UsuarioSpringData must have the annotation to which table it refers @Entity @Table(name = "MINHATABELA")
-
0
votes1
answer31
viewsA: Change daughter class output in a time counter
Okay if I understand correctly, your problem is that you can’t access the variables tempoAteAcabarFormatado, and tempoPartida correct ? If the answer is yes, in its main (inherited) class, these…