JooQ – The simplest ORM library in Java
jOOQ – Java Object Oriented Querying, is yet another Object Relation Mapping (ORM) library in java. Why does it really need a mention, when there exists other ORMs (like Hibernate, JPA) for over many years now? The answer is simple: Because it’s the simplest ORM library in java. How is jOOQ simple? jOOQ generates classes […]