Quantcast
Viewing latest article 15
Browse Latest Browse All 49

Using Java ORMs with PostgreSQL – MyBatis

In my previous blogs, I wrote about Hibernate Query Language (HQL) and Querydsl in detail, now I’m going to talk about MyBatis. While ORMs typically map Java objects to database tables (or vice versa), MyBatis takes a different approach by mapping Java methods to SQL statements. This gives you complete control over writing SQL and its […]

Viewing latest article 15
Browse Latest Browse All 49

Trending Articles