Is it possible to upsert using jOOQ-generated record classes?

Viewed 918

I can perform an insertInto().onDuplicateKeyUpdate() if I want to write my insert manually using the DSL, but is there an equivalent on the generated Record class?

1 Answers
Related