Using Java Object Oriented Querying (jOOQ) with PostgreSQL

jOOQ is an ORM-alternative that is relational model centric rather than domain model centric like most ORMs. For example, while Hibernate lets you write Java code and then automatically translates it to SQL, jOOQ let’s you write relational objects in your database using SQL and then automatically generates Java code to map to those relational … Continue reading Using Java Object Oriented Querying (jOOQ) with PostgreSQL