Posts by Igo • 69 points
5 posts
-
1
votes3
answers1439
viewsQ: Saving ID from a table with two Primary Keys with Hibernate
Hello, I am having a problem while saving data in one last table. Well, this table has two Foreign Keys and the same are Primary Keys: When going to Controller, save the table, I use the following…
-
2
votes2
answers300
viewsQ: Error formatting date:
Hello, I’m formatting the date with the following code: Date data = null; SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); try { data =…
-
1
votes1
answer621
viewsQ: Model E.R - Correct?
Hello, I will be developing a project for my computer technician course and I am having difficulty with a Model E.R. The thing is, this is the description of the project, but will I ignore the…
-
2
votes2
answers385
viewsQ: Display Jcombobox object data in a Jtextarea from the selected item
I wanted to show the data of a customer who is on a combobox inside a Jtextarea, as in the following image: The problem is that only the information of "Igo Brasil" is shown, when I try to show the…
-
0
votes1
answer584
views