Spring / Spring Data Access
What is SQLExceptionTranslator in Spring DAO?
SQLExceptionTranslator is a strategy interface that translates between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
The returned DataAccessException is supposed to contain the original SQLException as root cause.
More Related questions...