Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
benjiweber
on Dec 28, 2013
|
parent
|
context
|
favorite
| on:
Typesafe database interaction with Java 8
Indeed. JOOQ is nice. However, it does rely on code generation to do some of the nicer things
http://www.jooq.org/doc/3.2/manual/code-generation/
Now that there are new language features it may not be required.
lukaseder
on Dec 28, 2013
[–]
Many jOOQ users appreciate code generation for the simple reason to keep Java code in sync with the database schema... This is crucial if you have 500+ tables with dozens of columns, each
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Now that there are new language features it may not be required.