The real ORM mismatch:
#hibernate (JPA) is great if you have a desktop dialog/wizard workflow where you edit something in 20 different places and hit save at the end.
For #java REST/microservices, that have 1 item of database work, it is a (popular & complicated) mismatch.
#hibernate (JPA) is great if you have a desktop dialog/wizard workflow where you edit something in 20 different places and hit save at the end.
For #java REST/microservices, that have 1 item of database work, it is a (popular & complicated) mismatch.
waving to @lukaseder
