supercargo / guice-persist-jooq

Guice-persist extension for using jOOQ based persistence layer
Apache License 2.0
22 stars 9 forks source link

Allow the injection of a org.jooq.Configuration instance to create the DSLContext. #3

Closed faferreyra closed 8 years ago

faferreyra commented 8 years ago

This patch adds an injection point for a org.jooq.Configuration instance to allow a more customizable creation of a DSLContext instance in the Provider.

supercargo commented 8 years ago

Thanks for the PR @faferreyra !