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

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

Introduction

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

The text is from its open source code.

Constructor

HibernateTransactionManager()
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory sessionFactory)
Create a new HibernateTransactionManager instance.

Method

voidsetSessionFactory(@Nullable SessionFactory sessionFactory)
Set the SessionFactory that this instance should manage transactions for.