Generationg views in Jooq

15 views
Skip to first unread message

samuel...@dotykacka.cz

unread,
Apr 20, 2017, 3:18:28 AM4/20/17
to jOOQ User Group
Hello,

is possible to generate class for view in Jooq? Let's say i create view like

create view tp0.test_receipts_view AS
select
field1
,
field2
from testschema

and how can make mapping or generate class?

Lukas Eder

unread,
Apr 20, 2017, 3:39:33 AM4/20/17
to jooq...@googlegroups.com
Hi Samuel,

jOOQ doesn't distinguish between views and tables, so you can just run the code generator as always.

Is there anything that's not working for you right now?

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 jooq-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages