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

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

Introduction

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

The text is from its open source code.

Constructor

HibernateTemplate(SessionFactory sessionFactory)
Create a new HibernateTemplate instance.

Method

voidsetCacheQueries(boolean cacheQueries)
Set whether to cache all queries executed by this template.