TransactionTemplate.inTransaction(TxConfig, TxAction) for calling action with default transaction config.InTransaction annotation.MapperInstaller: installer recognize and report found
mappers and this bean will actually register resolved mappers in dbi instance.RowMapper and register them.JdbiRepository and register them.Jdbi.onDemand(Class) in order to create proxy, using transactional handler
(jdbi on-demand objects supposed to open-close connection on each call).TransactionTemplate around method call.InTransaction) in order to apply specified configuration.Handle for current unit of work.InTransaction annotation registered.