Posts by alvaro • 11 points
1 post
-
1
votes2
answers85
viewsQ: JPA Hibernate with Postgres - 2 transactions
I started using Hibernate 1 month ago. I am developing a simple application from bank to college. I have an account class, which has the Withdraw Value method : public boolean SacarValor(long…