Hi, 

I tried to figure this out for myself but wasn't able to.
I'm on JOOQ 3.5.
I'd like to be able to use UpdatableRecord for CRUD operations but JOOQ 
does not generate my records as such.
Instead it does something on this line:

public class UsersRecord extends 
org.jooq.impl.TableRecordImpl<it.tabula.delaya.db.tables.records.UsersRecord> 
implements org.jooq.Record7<java.lang.String, java.lang.String, 
java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, 
java.lang.String>

All of my tables have primary keys defined.
May I be missing some configuration? I had a look but found nothing about 
this subject.
Any help is greatly appreciated.

Thank you.
Luca

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to