Tagged Questions
4
votes
5answers
3k views
What are the advantages of myBatis over Hibernate?
This question originates from a comment I received on one of my questions -
I'd rather drop hibernate in favor of mybatis instead of jdbc
I've done some research on my own and understand the ...
1
vote
2answers
269 views
How can I avoid concurrent access in PostgreSQL?
I would like to have your opinion, how I can handle the case when PDO engine and Hibernate engine "talk" to the same db? There is a PHP application as frontend, and a Java doing some job after user ...