Hi Karthikeyan,
You can use the includes / excludes settings to exclude most of your
generated artefacts, including routines. See the manual for details:
http://www.jooq.org/doc/latest/manual/code-generation/codegen-configuration/
<!-- All elements that are generated from your schema (A Java
regular expression.
Use the pipe to separate several expressions) Watch out for
case-sensitivity. Depending on your database, this might be
important! You can create case-insensitive regular expressions
using this syntax: (?i:expr) -->
<includes>.*</includes>
<!-- All elements that are excluded from your schema (A Java
regular expression.
Use the pipe to separate several expressions). Excludes match before
includes -->
<excludes></excludes>
Hope this helps,
Lukas
2014-03-28 11:03 GMT+01:00 <[email protected]>:
> Hi Jooq Team,
>
> I have many procedures in my application. Creating routines for all the
> procedure is not possible.
>
> Is there any way to execute the procedure without creating routine?
>
>
> Thanks
>
> Karthikeyan.
>
> --
> 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/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 [email protected].
For more options, visit https://groups.google.com/d/optout.