Posts by Bruno C. • 33 points
3 posts
-
3
votes2
answers616
viewsQ: Rollback() JPA + Hibernate
I have a problem with persisting several information in the same transaction, in case something goes wrong a part of the information is recorded in the bank and the rollback() is not executed.…
-
0
votes1
answer217
views -
0
votes0
answers188
viewsQ: Order of Listeners Events
I have a tableView with a Listener when selecting a new table view row, and I have a textfield that receives a value from one of the tableView columns; textfield has a listener when losing the focus…