Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Object Relational Mapping
JOOQ
Nakataa Kokuyo
Ranch Hand
Posts: 193
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Good day All,
May i know if anyone using JOOQ? might to share what are the experience compare toward hibernate.
Thanks
Bill Gorder
Bartender
Posts: 1682
7
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Never used it but its a DSL not an ORM. It is more comparable with QueryDsl which I have used with JPA before (alternative to the Criteria API) since the Spring Data project integrates them.
[
How To Ask Questions
][
Read before you PM me
]
Lukas Eder
Ranch Hand
Posts: 50
5
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
jOOQ
is being used by a broader community every day. Good ways to get feedback are:
On the
jOOQ User Group
On
Stack Overflow
On
reddit
jOOQ compares to Hibernate as follows:
jOOQ's main focus is on bringing SQL as an internal domain-specific language into
Java
. I.e. jOOQ is a SQL implementation
Hibernate's main focus is on simplifying mapping to POJOs. I.e. Hibernate is an ORM
This is also described in the jOOQ manual here:
http://www.jooq.org/doc/3.1/manual/preface
I made
jOOQ
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How much Open Source product promotion is OK on CodeRanch?
Midao JDBC open-source library.
jOOQ is the Best and an Increasingly Popular Way to Write SQL in Java
class library representing SQL statement?
how to avoid the SQL injection attack ?
More...