Skip to content

Retrieving underlying table/view/entity from field #15914

Closed Answered by lukaseder
andrinpricemeier asked this question in Q&A
Discussion options

You must be logged in to vote

You could use identifiers instead of plain SQL templates:
https://www.jooq.org/doc/latest/manual/sql-building/names/

Of course, using the code generator is even better for hundreds of reasons:
https://blog.jooq.org/why-you-should-use-jooq-with-code-generation/

But you probably have a dynamic schema preventing you from using it?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andrinpricemeier
Comment options

@lukaseder
Comment options

Answer selected by andrinpricemeier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment