Skip to content

Instantly share code, notes, and snippets.

@brunkb
Created September 27, 2015 03:31
Show Gist options
  • Save brunkb/9e092093afe1023ad8df to your computer and use it in GitHub Desktop.
Save brunkb/9e092093afe1023ad8df to your computer and use it in GitHub Desktop.
Map insertTest = [(Book.BOOK.ID): 6,
(Book.BOOK.AUTHOR_ID): 2,
(Book.BOOK.TITLE): "Learn JOOQ in 24 Hours"]
create.insertInto(Book.BOOK).set(insertTest).execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment