Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8876717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:16:43+00:00 2026-06-14T19:16:43+00:00

In our Java project we have started to use jooq for query building instead

  • 0

In our Java project we have started to use jooq for query building instead of plain SQL strings. The library is awesome, but I have a question (since I am jooq-newbie): Is it possible to create database using jooq, but WITHOUT PROJECT INCLUDED jooq mapping/generator?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:16:45+00:00Added an answer on June 14, 2026 at 7:16 pm

    There is a lot that you can do with jOOQ without relying on its code generator. The getting started guide from the manual mentions some examples:

    http://www.jooq.org/doc/2.6/manual/getting-started/use-cases/jooq-as-a-standalone-sql-builder/

    For instance:

    String sql = create.select(
                          fieldByName("BOOK","TITLE"), 
                          fieldByName("AUTHOR","FIRST_NAME"), 
                          fieldByName("AUTHOR","LAST_NAME"))
                       .from(tableByName("BOOK"))
                       .join(tableByName("AUTHOR"))
                       .on(fieldByName("BOOK", "AUTHOR_ID").equal("AUTHOR", "ID"))
                       .where(fieldByName("BOOK", "PUBLISHED_IN").equal(1948))
                       .getSQL();
    

    It also references to the manual’s section about using jOOQ for “plain SQL”:

    http://www.jooq.org/doc/2.6/manual/sql-building/plain-sql/

    Of course, you can still use the code generator to generate meta information for your schema. This doesn’t mean that you will have to add a runtime dependency on the generator, as the generator is only used at compile-time

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently, when building our project we use: javac <various command line options> C:\project\CompilationHelper.java The
So I have to send a java project to someone outside our company who
We just started a new project in Java EE in our office and i
I have a Jenkins job which compiles and publishes our Java project to a
I have a large non-Java EE, JSF-based web app project. Our system is layered
We recently started using Eclipse to develop our java application and have been running
We have a class LogManager in our Java project which looks like this: public
We have a Java project which uses JSF. In our view layer we didn't
We use Tomcat for our java web application. There is a properties file under
I am working on the I18n of our java application and we have decided

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.