Hi Shyam, In jOOQ 3.3: No, we don't implement our own transaction management. You can use your transaction API of choice, for instance Spring: http://www.jooq.org/doc/latest/manual/getting-started/tutorials/jooq-with-spring/
In the upcoming jOOQ 3.4, we're planning to implement a jOOQ-style API for programmatic transaction scope management. It will look something like this: http://blog.jooq.org/2014/02/21/java-8-friday-goodies-local-transaction-scope. It will default to handling transactions through JDBC, but we'll also provide a sample SPI implementation to override this behaviour using Spring transactions. While we believe that transaction management is usually best managed by Spring or JTA, many projects will benefit from an easy, but overridable out-of-the-box API. Hope this helps, Lukas 2014-03-11 11:57 GMT+01:00 Sha <[email protected]>: > Hi Lukas, > I have a confusion after going some of previous queries and user guide. > Does the JOOQ support transaction management ? > > Thank you. > ~Shyam > > -- > 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.
