How can I get a spring JdbcTemplate to read_uncommitted?
问题 Firstly, I can't use the declarative @Transactional approach as the application has multiple JDBC data-sources, I don't want to bore with the details, but suffice it to say the DAO method is passed the correct data-source to perform the logic. All JDBC data sources have the same schema, they're separated as I'm exposing rest services for an ERP system. Due to this legacy system there are a lot of long lived locked records which I do not have control over, so I want dirty reads. Using JDBC I