We have a serializable isolation leveled Spring transaction. Inside, it 
makes many queries (probably too many, but that is right now besides the 
point). For each query, we create a new DSLContext that we get by using 
DSL.using(new org.jooq.impl.DataSourceConnectionProvider(dataSource), 
DQLDialict.MYSQL, new Settings()).

My question is if inside the transaction we are guaranteed that the same 
connection will be made for each query.

Thanks,

M

-- 
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.

Reply via email to