Show HN: fluent SQL – a minimalistic SQL builder for Java 13 years ago
I think jOOQ is a little more heavyweight. It introspects your database and builds a Java class structure that reflects the schema. More typesafe, certainly, but more of a commitment.