Hi Ryan, You mean, as in where a generated instance of type X/Y is located in generated source code? You could instrument jOOQ code and attach such information somewhere, or you could patch the code generator to generate some annotations containing this information.
It doesn't sound like anything I've ever heard or done, or which would pull its weight... Why would you need it, specifically? Thanks, Lukas On Thu, Jul 23, 2020 at 12:06 AM Ryan Wisnesky <[email protected]> wrote: > Hi Lukas, > > Is there any way to recover a source text location from a ForeignKey or > UniqueKey java object? This would help us generate more specific error > messages in our static analysis application. I have the same question for > Fields and Tables. > > Thanks again, > Ryan > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/1358F0AA-2CE5-440D-8FF0-61B6DDAD0BF7%40conexus.com > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO5yd2KsD%3D2N4KK2FsV%3DH19DvhNAg2ORcS%2BD6%2BBanzSQOA%40mail.gmail.com.
