> > It looks like, that @transaction on spring level isn't finished (which is > not finished) and dsl is not capable to see the values. Is there any way > how to sync those 2 approaches ? >
This depends on how you configure your dsl. It must obviously use the same data source as your other code in order to operate in the same transaction. Also, if your save method uses JPA behind the scenes, do make sure JPA changes are flushed to the database. jOOQ cannot query JPA's first and second level caches. -- 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.
