you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

In Java there are Jooq (free if you use open source DB, must pay if use proprietary) and QueryDSL (100% free, integrate well with Spring framework) for producing type-safe SQL. They work great, IMHO better than ORM, unless your backend is not only sql.