On Saturday, October 25, 2014 8:06:13 PM UTC-4, Witold Szczerba wrote: > > Hi, > what is the reason of using jOOQ just as a query builder, without anything > else? > > Regards, > Witold Szczerba >
Hello Witold. The reason for using the query building facilities are for saving entity state based upon a bitvector/enumset. I really like JOOQ's crud capabilities, but the tutorial in the manual recfactors a java-7 try with resources example into JOOQ but using squiggly hell java 6 conventions. I'm just looking for best practices.on how to shoehorn jooq into try with resources, with the best I've come up with being a second method creating the prepared statement as shown. Mostly because query and other objects don't appear to support auto-close. -- 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.
