I'm looking to replace our Criteria API queries with jOOQ. We're running a J2EE environment, under JBoss 8 with Hibernate as our JPA provider, and JBossTS as our full XA JTA provider.
At the moment, our Criteria API queries are made from within Container Managed Transactions. Is it possible to simply replace these Criteria API queries with jOOQ queries using the existing Container Managed Transaction? I see there is an example for integrating jOOQ with Spring's transaction mechanism, but I haven't a clue on the relationship between Spring and JPA/JTA. Any pointers would be much appreciated. Thanks -- 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.
