play-jooq
play-jooq copied to clipboard
A JOOQ Play 2.1 module to enable JOOQ code generation
This practice has been seen a couple of times on the internet, in various sample projects, blog posts, etc. It is generally not a good idea to cache the Connection...
...ety issues See a full explanation on this Stack Overflow question: http://stackoverflow.com/q/29117415/521799 Thanks for publishing this Play jOOQ example, by the way!
hi Jaiew, I'm trying to use your plugin for my play 2.3 framework. However I met a issue related to this part: override def onStart() { Logger.info("!!!OnStart count=" + Count.amount...
Update plugin and sample aaplication to use with Play 2.3 and jOOQ 3.4 versions.
Updated the JooqPlugin for Play 2.3 ... in 2.3 the HandleWebCommandSupport was changed slightly Also made the import of Result explicit to avoid ambiguous resolving errors for projects using both...
add strategy generate and update to the last version
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\ankur.bhargava>java -version java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09,...
Seems like a nice solution but a step by step "for dummies" tutorial would be nice. How to install the plugin, what files and dependencies are necessary, what pitfalls might...
Hi, i added your play-jooq plugin into my application and I use it the same way you did inside your sample application. However i get a compilation error cause the...