Example usage for org.springframework.orm.hibernate5 HibernateExceptionTranslator HibernateExceptionTranslator

List of usage examples for org.springframework.orm.hibernate5 HibernateExceptionTranslator HibernateExceptionTranslator

Introduction

In this page you can find the example usage for org.springframework.orm.hibernate5 HibernateExceptionTranslator HibernateExceptionTranslator.

Prototype

HibernateExceptionTranslator

Source Link

Usage

From source file:uk.gov.hscic.common.config.LegacyJPATransactionalConfig.java

@Bean
public HibernateExceptionTranslator hibernateExceptionTranslator() {
    return new HibernateExceptionTranslator();
}