-
Core Java👁 Image
How to Fix Hibernate’s token ‘*’ SyntaxException
Hibernate’s JPQL (Java Persistence Query Language) provides an object-oriented abstraction over SQL, allowing us to query entities instead of database…
Read More » -
Web Development👁 Image
Sequelize ORM in Node.js Application
Hello! In this tutorial, we will learn how to Sequelize ORM in Node.js Application. More specifically, we will build a…
Read More » -
Enterprise Java👁 java-interview-questions-answers
Object-Relational Mapping (ORM) with NetSuite Data Entities in Java
Object-relational mapping (ORM) techniques make it easier to work with relational data sources and can bridge your logical business model…
Read More » -
Software Development👁 Image
There is no Such Thing as Object-Relational Impedance Mismatch
Much of the ORM criticism of the last decade missed the point, being inaccurate. By the end of this article,…
Read More » -
Software Development👁 Image
Increasing complexity one entity at a time
While working on one of our internal tools, I decided to make a small comprise and not follow my own…
Read More » -
Software Development👁 Image
Solving ORM – Keep the O, Drop the R, no need for the M
ORM has a simple, production-ready solution hiding in plain sight in the Java world. Let’s go through it in this…
Read More » -
Core Java👁 Image
Java 8 Friday: No More Need for ORMs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Software Development👁 Image
Caveats With MySQL Pagination
We’ve all done pagination – it’s sensible for both lists in the UI and for processing data in batches. “SELECT…
Read More » -
Enterprise Java👁 Image
ORM Haters Don’t Get It
I’ve seen tons of articles and comments (especially comments) that tell us how bad, crappy and wrong is the concept…
Read More »
