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

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

Introduction

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

Usage

From source file com.baomidou.hibernateplus.HibernateSpringSessionFactoryBean.java

/**
 * {@link FactoryBean} that creates a Hibernate {@link SessionFactory}. This is
 * the usual way to set up a shared Hibernate SessionFactory in a Spring
 * application context; the SessionFactory can then be passed to Hibernate-based
 * data access objects via dependency injection.
 * <p>