This article shows a simple example configuration of the jOOQ code generator for keeping generated output in a single package, and making it package private| Java, SQL and jOOQ.
Using jOOQ's code generator, it is very easy to call a stored function accepting a table-valued parameter in SQL Server from your Java application.| Java, SQL and jOOQ.