Is it possible to inject either SQLErrorCodeSQLExceptionTranslator or a custom translator without enabling Spring Transaction management (via connectWithSpringSupport)?
I want the flexibility of the former without the weight of having to configure the latter. I am not using Spring Boot and don't want to have to configure spring transaction support.
Thanks