Java org.springframework.orm.hibernate5 SessionFactoryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.hibernate5 SessionFactoryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.hibernate5 SessionFactoryUtils.

The text is from its open source code.

Field

Method

voidcloseSession(@Nullable Session session)
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
DataAccessExceptionconvertHibernateAccessException(HibernateException ex)
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.