Re: Generationg views in Jooq

2017-04-20 Thread Lukas Eder
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

2017-04-20 9:18 GMT+02:00 :

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

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


Generationg views in Jooq

2017-04-20 Thread samuel . laska
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?

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