jOOQ Framework - A Java SQL DSL
After reviewing higher level JPA 2.0 abstractions like EcpliseLink and TopLink for tieing a service application to a database I chose to use jOOQ because of its flexibility and ability to provide tight control over the SQL being executed in the application’s data layer. ...