Another question related to correct transaction handling: Does DSL.using(DEFAULT_ CONFIGURATION) always return the same JDBC connection that is used by jOOQ to query the database? Otherwise transaction isolation comes into play, so e. g. new inserted but not yet committed rows are not visible within the save() methods of other repositories.
-- 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.
