All my tables are auto-generated from DB with jooq, (i.e. updatableTables)
it's good enough if I just write like:  *factory.table('tablename') *to 
perform gerneral operations
but there always a need to dynamically process certain SQL, also  requires 
certain features of updatableTables, such as RecordListner 

My question:
How to point to a generated *UpdatableTable* class with tablename (a string 
like: 'Schema.TABLE1',  -- dbtables.records.Table1Record implements 
UpdatableRecordImpl). 

I am not sure if this feature has been implemented or if there is an easier 
workaround to simply get it work, please kindly help drag me to the right 
direction. Cheers


-- 
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