Example usage for org.springframework.orm.hibernate5 HibernateOperations interface-usage

List of usage examples for org.springframework.orm.hibernate5 HibernateOperations interface-usage

Introduction

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

Usage

From source file org.springframework.orm.hibernate5.HibernateTemplate.java

/**
 * Helper class that simplifies Hibernate data access code. Automatically
 * converts HibernateExceptions into DataAccessExceptions, following the
 * {@code org.springframework.dao} exception hierarchy.
 *
 * <p>The central method is {@code execute}, supporting Hibernate access code