SimpleFlatMapper icon indicating copy to clipboard operation
SimpleFlatMapper copied to clipboard

[Question] Jooq SelectQueryMapper thread safety

Open henexekrar opened this issue 5 years ago • 0 comments

Hi, I'd like to confirm whether SelectQueryMapper is thread safe. Looking over the code it seems like it, or if I missed anything.

Reason of the ask is that SelectQueryMapperFactory follows the same pattern when building the mapper as JdbcMapperFactory, and documentation suggested JdbcMapper is thread safe and uses reflection heavily so should try to avoid creating new instances.

Thanks in advance.

henexekrar avatar Jun 15 '20 22:06 henexekrar