Based on the documentation for jOOQ on duplicate key I\'ve this example:
var insert = create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.LAST_NAME); for (var author