HibernateJpaDialect
and HibernateExceptionTranslator
throw SQLExceptionTranslator
-provided exception instead of returning it
#31409
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
HibernateJpaDialect
andHibernateExceptionTranslator
have a code path where a customSQLExceptionTranslator
can be configured. However, anyDataAccessException
provided by such a custom translator is immediately thrown instead of returned.The text was updated successfully, but these errors were encountered: