> > I'll also review the usage of the "final" keyword (and private >> constructors) in some of the generated artefacts: >> https://github.com/jOOQ/jOOQ/**issues/2308<https://github.com/jOOQ/jOOQ/issues/2308> >> >> > It's ok, that each Tables class is named Tables, but if it wouldn't be > final with a public constructor, it this could be done manually, which I > think is ok. >
#2308 is fixed on github master and will be included in jOOQ 3.0-RC2 and 2.7. Generated artefacts are no longer final if they only contain static references to other artefacts 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.
