Hello,

> [Ben]
> Secondly, you could use this list to create dynamic query objects, i.e.
> those not backed by generated artifacts. Here is an example we wrote
> recently:
>
> https://github.com/lshift/diffa/blob/v2/sql-driver/src/main/java/net/lshift/diffa/sql/DynamicTable.java

Yes, I vaguely remembered that there had been a similar discussion
before, related to custom non-generated tables that can be used for
such use cases.

If these use cases (and Ben's solution) prove viable enough, I might
add a section to the manual, explaining how this (factoring out
"similar" table / record types without code generation) can be done

> [Aaron]
> Instead, I'd like to return a record type but implementing Record is a lot
> of work and UpdatableRecordImpl<> needs one table (I have 188 tables) and
> AbstractRecord is package private.
>
> Is that possible with jOOQ?

Is Ben's solution viable to you?

Cheers
Lukas

-- 
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/groups/opt_out.


Reply via email to