Search posts, tags, users, and pages
Maddy
Technical Writer @ Cloudflare
If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain to a relational database. jOOQ generates Java code from your database and lets you build type safe SQL queries...
Shashank
Software Developer
Nice article.. I have used jooq and it's really powerful.. what you think of other framework like QueryDsl ?
Thanks for reading my article! I've never heard of the QueryDsl framework. How is it? Is it used to manage data business logic?
Maddy thanks for your reply.Querydsl is another tool for generating type-safe SQL queries in Java .. which achieves the same using simpler API and a custom object model . It's newer tool compare to JOOQ.. but pretty good . querydsl.com
Shashank
Software Developer
Nice article.. I have used jooq and it's really powerful.. what you think of other framework like QueryDsl ?