• 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:

JOOQ

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good day All,

May i know if anyone using JOOQ? might to share what are the experience compare toward hibernate.

Thanks
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 50
5
Oracle Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
     
    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
      Bookmark Topic Watch Topic
    • New Topic