LDEV-3316: Register PersistenceExceptionTranslationPostProcessor bean. Together with HibernateTemplate we lose automatic exception translation from hibernate's to spring's DataAccessException exception hierarchy. This PostProcessor is responsible for handling such conversion in all java types annotated with @Repository stereotype annotation.