On Tue, Feb 18, 2014 at 11:12 AM, Ben Hood <[email protected]> wrote: > Not quite sure whether it's such a good idea though.
So I ended running with a more generalized solution for patching out the SelectJoinStep and it seems to work. A lot of the complexity in my particular solution was down to the trade off between re-useability of the constituent query parts and being able to apply column-specific re-write rules to the SelectJoinStep. In feat of over-engineering, I used CQEngine to index the fields of the SelectJoinStep and query them to apply the re-write rules. Seems like a lot of effort to do locale specific formatting, but I figured that all of the metadata I would need to apply re-formatting in any case is all in the JOOQ layer, so why not re-use that? -- 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.
